1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-10 01:17:40 +03:00

B #5367: vCenter Customizations path -> vmtemplate/template/vcenter_customization_spec (#490)

This commit is contained in:
Abel Coronado 2017-09-25 12:57:40 +02:00 committed by Tino Vázquez
parent a5f314298d
commit bbaf17a992

View File

@ -191,7 +191,7 @@ define(function(require) {
var customization = WizardFields.retrieveInput($('input.vcenter_customizations_value', context));
if (customization) {
templateJSON["USER_TEMPLATE"] = {
templateJSON = {
VCENTER_CUSTOMIZATION_SPEC : customization
};
}