mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-23 22:50:09 +03:00
Feature #3748: Fix bug in service state
This commit is contained in:
parent
c9fc7a36da
commit
c795f055a0
@ -69,7 +69,7 @@ define(function(require) {
|
||||
params.cache_name = CACHE_NAME;
|
||||
OpenNebulaAction.simple_action(params, RESOURCE, "recover", null, PATH);
|
||||
},
|
||||
"stateStr" : function(state_int) {
|
||||
"stateStr" : function(stateId) {
|
||||
return STATES_STR[stateId];
|
||||
},
|
||||
"STATES": STATES,
|
||||
|
Loading…
x
Reference in New Issue
Block a user