mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
parent
26bcc62d9b
commit
1461a84e40
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user