1
0
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:
Hector Sanjuan 2012-07-04 22:59:04 +02:00 committed by Ruben S. Montero
parent e25798ff83
commit bf4dd09d77

View File

@ -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":