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:
parent
9e29673c7d
commit
35a67abf3b
@ -467,6 +467,10 @@ define(function(require) {
|
||||
|
||||
var template = history.VM.TEMPLATE;
|
||||
|
||||
if(!template){
|
||||
break;
|
||||
}
|
||||
|
||||
// --- cpu ---
|
||||
|
||||
var val = parseFloat(template.CPU) * n_hours;
|
||||
|
Loading…
x
Reference in New Issue
Block a user