From dabd167132f96370617f2f3075c66b2f320c62fe Mon Sep 17 00:00:00 2001 From: Isaac Chiang Date: Thu, 18 Jul 2013 22:42:18 +0800 Subject: [PATCH] Add proper time interval for dedicate operation --- ui/scripts/system.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui/scripts/system.js b/ui/scripts/system.js index a677d91292f..92f152adecf 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" },