1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-29 21:47:02 +03:00

feature #3912: Fix template update action

This commit is contained in:
Daniel Molina 2015-08-24 17:57:12 +02:00
parent 53607bb3b7
commit 2fba1d7e07

View File

@ -29,7 +29,7 @@ define(function(require) {
"Template.create" : _commonActions.create(CREATE_DIALOG_ID),
"Template.create_dialog" : _commonActions.showCreate(CREATE_DIALOG_ID),
"Template.import_dialog" : _commonActions.showCreate(IMPORT_DIALOG_ID),
"Template.update_template" : _commonActions.updateTemplate(),
"Template.update" : _commonActions.update(),
"Template.update_dialog" : _commonActions.checkAndShowUpdate(),
"Template.show_to_update" : _commonActions.showUpdate(CREATE_DIALOG_ID),
"Template.instantiate" : {