Predefine capacity:percent and queue:total

This commit is contained in:
Scott Schneider 2015-02-24 15:49:13 -08:00
parent 3d8985fd59
commit a4a91a2df9

View file

@ -163,7 +163,8 @@ module Vmpooler
},
capacity: {
current: 0,
total: 0
total: 0,
percent: 0
},
clone: {
duration: {
@ -181,7 +182,8 @@ module Vmpooler
booting: 0,
ready: 0,
running: 0,
completed: 0
completed: 0,
total: 0
}
}