1
0
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:
Carlos Martín 2015-06-30 16:14:25 +02:00
parent c9fc7a36da
commit c795f055a0

View File

@ -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,