diff --git a/src/sunstone/public/js/plugins/templates-tab.js b/src/sunstone/public/js/plugins/templates-tab.js index 758f26e9b9..189317c424 100644 --- a/src/sunstone/public/js/plugins/templates-tab.js +++ b/src/sunstone/public/js/plugins/templates-tab.js @@ -382,6 +382,7 @@ var template_actions = { call: function(){ Sunstone.popUpFormPanel("create_template_form", "templates-tab", "create", false, function(context){ $('#template_name_form', context).show(); + $('#template_hypervisor_form', context).removeClass("left"); $('#NAME', context).removeAttr('disabled'); $('#NAME', context).attr("required", ""); @@ -412,6 +413,7 @@ var template_actions = { template_to_update_id = response.VMTEMPLATE.ID; Sunstone.popUpFormPanel("create_template_form", "templates-tab", "update", true, function(context){ $('#template_name_form', context).hide(); + $('#template_hypervisor_form', context).addClass("left"); $('#NAME', context).attr("disabled", "disabled"); $('#NAME', context).removeAttr("required"); @@ -777,7 +779,7 @@ function generate_capacity_tab_content() { '+ ''+ ''+ - '