1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

B #5417: Fix save as template button on vms datatable (#1276)

This commit is contained in:
Sergio Betanzos 2021-06-07 11:32:50 +02:00 committed by GitHub
parent 26bcc62d9b
commit 1461a84e40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);