mirror of https://github.com/apache/cloudstack.git
metrics: swap and fix cluster active/total presentation
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
56aeca5407
commit
e5d52d5f96
|
|
@ -242,7 +242,7 @@
|
|||
items[idx].memallocated = (items[idx].memallocated).toFixed(2) + "%";
|
||||
items[idx].memtotal = (items[idx].memtotal).toFixed(2) + " GB";
|
||||
|
||||
items[idx].clusters = items[idx].clusters + ' / ' + items[idx].clustersUp;
|
||||
items[idx].clusters = items[idx].clustersUp + ' / ' + items[idx].clusters;
|
||||
items[idx].state = items[idx].allocationstate;
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue