diff --git a/src/sunstone/public/app/utils/vcenter/templates.js b/src/sunstone/public/app/utils/vcenter/templates.js index a1b21cf3f4..a9d469c924 100644 --- a/src/sunstone/public/app/utils/vcenter/templates.js +++ b/src/sunstone/public/app/utils/vcenter/templates.js @@ -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});