Updated Branches:
  refs/heads/4.2-forward b5713ecad -> 2c2ebee3f

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/2c2ebee3
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/2c2ebee3
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/2c2ebee3

Branch: refs/heads/4.2-forward
Commit: 2c2ebee3f7395a6541088eefe91ceaa1b02c70d5
Parents: b5713ec
Author: Jessica Wang <jessicaw...@apache.org>
Authored: Fri Aug 30 11:03:11 2013 -0700
Committer: Jessica Wang <jessicaw...@apache.org>
Committed: Fri Aug 30 11:06:07 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/2c2ebee3/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