1
0
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:
Daniel Molina 2014-10-23 12:41:40 +02:00
parent b11dd2268d
commit 9048087d03

View File

@ -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;