mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-20 10:50:08 +03:00
feature #3748: Fix save as action
This commit is contained in:
parent
45dd3cb5f0
commit
d4c4271177
@ -439,7 +439,7 @@ define(function(require) {
|
||||
},
|
||||
"save_as_template": function(params) {
|
||||
var action_obj = params.data.extra_param;
|
||||
OpenNebula.Action.simple_action(params, RESOURCE, "save_as_template", action_obj);
|
||||
OpenNebulaAction.simple_action(params, RESOURCE, "save_as_template", action_obj);
|
||||
},
|
||||
"stateStr": function(stateId) {
|
||||
return STATES[stateId];
|
||||
|
Loading…
x
Reference in New Issue
Block a user