1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-23 17:33:56 +03:00

Bug #608: Add new states to the image state helper

Locked and err state added.
This commit is contained in:
Hector Sanjuan 2011-05-13 11:33:29 +02:00 committed by Ruben S. Montero
parent cc85d9f5bb
commit 87e084a525

View File

@ -95,7 +95,9 @@ var OpenNebula = {
return ["INIT",
"READY",
"USED",
"DISABLED"][value];
"DISABLED",
"LOCKED",
"ERROR"][value];
break;
default:
return;