From 2c2ebee3f7395a6541088eefe91ceaa1b02c70d5 Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Fri, 30 Aug 2013 11:03:11 -0700 Subject: [PATCH] CLOUDSTACK-4089: UI > zone wizard > hypervisor VMware > multiple physical networks > edit Public/Guest traffic type > fix a bug that vSwitch Type dropdown selection didn't remain after Public/Guest traffic type is dragged to another physical network. --- ui/scripts/ui-custom/zoneWizard.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/scripts/ui-custom/zoneWizard.js b/ui/scripts/ui-custom/zoneWizard.js index b8f77a479d1..254ea630acc 100644 --- a/ui/scripts/ui-custom/zoneWizard.js +++ b/ui/scripts/ui-custom/zoneWizard.js @@ -324,10 +324,10 @@ }, { id: 'vmwaredvs', description: 'VMware vNetwork Distributed Virtual Switch' - }], - defaultValue: trafficData.vSwitchType + }] }); - } + }, + defaultValue: trafficData.vSwitchType } }); }