Updated Branches: refs/heads/master a75a62a31 -> 39a730ccd refs/heads/ui-dedicatedresources-refactoring 63b398e93 -> dabd16713
Add proper time interval for dedicate operation Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/dabd1671 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/dabd1671 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/dabd1671 Branch: refs/heads/ui-dedicatedresources-refactoring Commit: dabd167132f96370617f2f3075c66b2f320c62fe Parents: 63b398e Author: Isaac Chiang <isaacchi...@gmail.com> Authored: Thu Jul 18 22:42:18 2013 +0800 Committer: Isaac Chiang <isaacchi...@gmail.com> Committed: Thu Jul 18 22:42:18 2013 +0800 ---------------------------------------------------------------------- ui/scripts/system.js | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/dabd1671/ui/scripts/system.js ---------------------------------------------------------------------- diff --git a/ui/scripts/system.js b/ui/scripts/system.js index a677d91..92f152a 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -9478,6 +9478,7 @@ }, notification: { poll: pollAsyncJobResult, + interval: 5000, // FIXME: should use label tag desc: "Dedicate Pod" }, @@ -10432,6 +10433,7 @@ }, notification: { poll: pollAsyncJobResult, + interval: 5000, // FIXME: should use label tag desc: 'Dedicate Cluster' }, @@ -11534,6 +11536,7 @@ }, notification: { poll: pollAsyncJobResult, + interval: 7000, // FIXME: should use label tag desc: "Dedicate Host" },