Updated Branches:
  refs/heads/ldapplugin bdba0ddee -> 7ded3c803

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.


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/3b14b66b
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/3b14b66b
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/3b14b66b

Branch: refs/heads/ldapplugin
Commit: 3b14b66b20e06b30005be169617637f3635aa89d
Parents: 4b157fc
Author: Jessica Wang <[email protected]>
Authored: Fri Aug 30 11:03:11 2013 -0700
Committer: Jessica Wang <[email protected]>
Committed: Fri Aug 30 11:12:39 2013 -0700

----------------------------------------------------------------------
 ui/scripts/ui-custom/zoneWizard.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/3b14b66b/ui/scripts/ui-custom/zoneWizard.js
----------------------------------------------------------------------
diff --git a/ui/scripts/ui-custom/zoneWizard.js 
b/ui/scripts/ui-custom/zoneWizard.js
index b8f77a4..254ea63 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
                            }
                        });   
                }               

Reply via email to