mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
bug #3257: Fix Dashboard Total REAL CPU USAGE
This commit is contained in:
parent
b11dd2268d
commit
9048087d03
@ -1149,7 +1149,7 @@ function updateVMachinesView(request, vmachine_list){
|
||||
tr("REAL CPU USAGE"),
|
||||
"40px",
|
||||
"14px",
|
||||
{"percentage": usage, "str": (total_real_cpu + " / " + total_allocated_cpu/100)})
|
||||
{"percentage": usage, "str": (total_real_cpu + " / " + total_allocated_cpu)})
|
||||
);
|
||||
|
||||
usage = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user