1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-31 01:47:11 +03:00

F #4913: Remove KEEP_DISKS_ON_DONE remnants

This commit is contained in:
mcabrerizo 2017-04-10 20:59:36 +02:00
parent 147b2d96ad
commit 2338719319

View File

@ -192,7 +192,6 @@ define(function(require) {
if (Config.isFeatureEnabled("vcenter_vm_folder")) {
templateJSON["VCENTER_VM_FOLDER"] = WizardFields.retrieveInput($("#vcenter_vm_folder", context))
}
templateJSON["KEEP_DISKS_ON_DONE"] = $("#KEEP_DISKS", context).is(':checked')?"YES":"NO"
}
var sunstone_template = {};
@ -297,7 +296,7 @@ define(function(require) {
}
}
if (templateJSON["VCENTER_RESOURCE_POOL"]) {
$('.modify_rp', context).val('fixed');
WizardFields.fillInput($('.initial_rp', context), templateJSON["VCENTER_RESOURCE_POOL"]);