1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

feature #3748: Fix cloud view dashboard vm state

This commit is contained in:
Daniel Molina 2015-06-22 12:13:26 +02:00
parent d9eeb0a09c
commit b39f3ba369

View File

@ -841,7 +841,7 @@ define(function(require) {
$.each(item_list, function(index, vm){
if (vm.VM.UID == config["user_id"]) {
var state = get_provision_vm_state(vm.VM);
var state = ProvisionVmsList.state(vm.VM);
total = total + 1;