mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
Multi-edit: Increase length of poll interval, to prevent choppy UI
This commit is contained in:
parent
59bd048b56
commit
f940c542a0
@ -225,7 +225,7 @@
|
||||
$('.notifications').notifications('add', {
|
||||
section: 'network',
|
||||
desc: notification.label,
|
||||
interval: 500,
|
||||
interval: 3000,
|
||||
_custom: _custom,
|
||||
poll: function(args) {
|
||||
var complete = args.complete;
|
||||
@ -730,7 +730,7 @@
|
||||
$('.notifications').notifications('add', {
|
||||
section: 'network',
|
||||
desc: notification.label,
|
||||
interval: 500,
|
||||
interval: 3000,
|
||||
_custom: successArgs._custom,
|
||||
poll: function(pollArgs) {
|
||||
var complete = pollArgs.complete;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user