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

Error template-name import vCenter template (#1749)

This commit is contained in:
Abel Coronado 2018-02-16 09:44:49 +01:00 committed by Ruben S. Montero
parent 224fb62712
commit 08376b52ed

View File

@ -414,7 +414,7 @@ define(function(require) {
var vcenter_ref = $(this).data("import_data").vcenter_ref;
var linked = false;
var copy = false;
var templateName = "";
var template_name = "";
var row_context = $(this).closest("tr");
VCenterCommon.importLoading({context : row_context});