mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 17:00:10 +00:00
extnded delay time for notification inside am
This commit is contained in:
parent
5b0d453d28
commit
278295519b
1 changed files with 3 additions and 3 deletions
|
|
@ -47,7 +47,7 @@ $(document).ready(function() {
|
|||
title: i18n.success,
|
||||
body: response.message,
|
||||
level: 'success',
|
||||
delay: 1500,
|
||||
delay: 3000,
|
||||
id: 'am-delete'
|
||||
});
|
||||
$am_table.ajax.reload();
|
||||
|
|
@ -118,7 +118,7 @@ $(document).ready(function() {
|
|||
title: i18n.success,
|
||||
body: response.message,
|
||||
level: 'success',
|
||||
delay: 1500,
|
||||
delay: 3000,
|
||||
id: 'am-edit'
|
||||
});
|
||||
|
||||
|
|
@ -438,7 +438,7 @@ $(document).ready(function() {
|
|||
title: i18n.success,
|
||||
body: response.message,
|
||||
level: 'success',
|
||||
delay: 1500,
|
||||
delay: 3000,
|
||||
id: 'am-add'
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue