Revision 07719125
src/sunstone/public/app/tabs/templates-tab/form-panels/create/wizard-tabs/context.js | ||
---|---|---|
191 | 191 |
var customization = WizardFields.retrieveInput($('input.vcenter_customizations_value', context)); |
192 | 192 |
|
193 | 193 |
if (customization) { |
194 |
templateJSON["USER_TEMPLATE"] = {
|
|
194 |
templateJSON = { |
|
195 | 195 |
VCENTER_CUSTOMIZATION_SPEC : customization |
196 | 196 |
}; |
197 | 197 |
} |
Also available in: Unified diff