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:
parent
d9eeb0a09c
commit
b39f3ba369
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user