diff --git a/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/general/capacity-create.js b/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/general/capacity-create.js index a8186dc757..b94854f757 100644 --- a/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/general/capacity-create.js +++ b/src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/general/capacity-create.js @@ -167,8 +167,6 @@ define(function(require) { var userInputsJSON = element['USER_INPUTS']; - $("[class$=_modify_type]", context).val("fixed").change(); - if (userInputsJSON) { $.each(["memory","cpu","vcpu"], function(i,classname){ var name = classname.toUpperCase();