mirror of
https://github.com/OpenNebula/one.git
synced 2025-08-24 17:49:28 +03:00
@ -390,9 +390,8 @@ define(function(require) {
|
||||
"VM.save_as_template" : {
|
||||
type: "single",
|
||||
call: function() {
|
||||
Sunstone.getDialog(SAVE_AS_TEMPLATE_DIALOG_ID)
|
||||
.reset()
|
||||
.show();
|
||||
var dialog = Sunstone.getDialog(SAVE_AS_TEMPLATE_DIALOG_ID);
|
||||
dialog.show();
|
||||
},
|
||||
error: function(req, resp) {
|
||||
Notifier.onError(req, resp);
|
||||
|
Reference in New Issue
Block a user