1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

Solved bug in dashboard accounting

This commit is contained in:
abelCoronado93 2017-06-29 12:47:49 +02:00 committed by Ruben S. Montero
parent 9e29673c7d
commit 35a67abf3b

View File

@ -467,6 +467,10 @@ define(function(require) {
var template = history.VM.TEMPLATE;
if(!template){
break;
}
// --- cpu ---
var val = parseFloat(template.CPU) * n_hours;