From eaf6db115dbd38ba7deb46b523758179e2c5834c Mon Sep 17 00:00:00 2001 From: Hector Sanjuan Date: Mon, 28 Mar 2011 15:22:27 +0200 Subject: [PATCH] Bug #511: Fixed OS generation section and x86_84 ARCH type in the wizards in the VM plugin --- src/sunstone/public/js/plugins/vms-tab.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/sunstone/public/js/plugins/vms-tab.js b/src/sunstone/public/js/plugins/vms-tab.js index fa20623b4f..3eb87ae195 100644 --- a/src/sunstone/public/js/plugins/vms-tab.js +++ b/src/sunstone/public/js/plugins/vms-tab.js @@ -101,7 +101,7 @@ var create_vm_tmpl = \ \
CPU architecture to virtualization
\ \ @@ -1652,7 +1652,8 @@ function setupCreateVMDialog(){ notifyError("There are mandatory fields missing in the OS Boot options section"); return false; }; - addSectionJSON(vm_json,scope); + vm_json["OS"] = {}; + addSectionJSON(vm_json["OS"],scope); //process disks -> fetch from box scope = section_disks;