Changed alert block time to 10 seconds before hide
git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/admin/create-users@125667 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
b66f9f9d08
commit
3ba2403d95
|
@ -70,7 +70,7 @@ public class AddUserForm extends Composite{
|
|||
"^[_A-Za-z0-9-\\+]+(\\.[_A-Za-z0-9-]+)*@"
|
||||
+ "[A-Za-z0-9-]+(\\.[A-Za-z0-9]+)*(\\.[A-Za-z]{2,})$";
|
||||
|
||||
private static final int HIDE_AFTER_MILLISECONDS = 6000;
|
||||
private static final int HIDE_AFTER_MILLISECONDS = 10000;
|
||||
|
||||
private final HandleUsersServiceAsync registrationService;
|
||||
|
||||
|
|
Loading…
Reference in New Issue