mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
Bug #1331: Some image states were missing from Sunstone helper.
Resulting in null being added to datatable and ugly message poping up on refresh. (cherry picked from commit d69cbba21a4bfdcf6cdeb5f1a9668d95ba6550ee)
This commit is contained in:
parent
e25798ff83
commit
bf4dd09d77
@ -103,7 +103,10 @@ var OpenNebula = {
|
||||
"USED",
|
||||
"DISABLED",
|
||||
"LOCKED",
|
||||
"ERROR"][value]);
|
||||
"ERROR",
|
||||
"CLONE",
|
||||
"DELETE",
|
||||
"USED_PERS"][value]);
|
||||
break;
|
||||
case "VM_MIGRATE_REASON":
|
||||
case "vm_migrate_reason":
|
||||
|
Loading…
x
Reference in New Issue
Block a user