Skip to content

Commit

Permalink
Add proper time interval for dedicate operation
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacchiang committed Jul 18, 2013
1 parent 63b398e commit dabd167
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ui/scripts/system.js
Expand Up @@ -9478,6 +9478,7 @@
},
notification: {
poll: pollAsyncJobResult,
interval: 5000,
// FIXME: should use label tag
desc: "Dedicate Pod"
},
Expand Down Expand Up @@ -10432,6 +10433,7 @@
},
notification: {
poll: pollAsyncJobResult,
interval: 5000,
// FIXME: should use label tag
desc: 'Dedicate Cluster'
},
Expand Down Expand Up @@ -11534,6 +11536,7 @@
},
notification: {
poll: pollAsyncJobResult,
interval: 7000,
// FIXME: should use label tag
desc: "Dedicate Host"
},
Expand Down

0 comments on commit dabd167

Please sign in to comment.