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:
parent
cc85d9f5bb
commit
87e084a525
@ -95,7 +95,9 @@ var OpenNebula = {
|
||||
return ["INIT",
|
||||
"READY",
|
||||
"USED",
|
||||
"DISABLED"][value];
|
||||
"DISABLED",
|
||||
"LOCKED",
|
||||
"ERROR"][value];
|
||||
break;
|
||||
default:
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user