dvswitch UI integration Complete:Enabling the flag - Set 4
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/b07f482b Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/b07f482b Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/b07f482b Branch: refs/heads/ui-multiple-nics Commit: b07f482bac38b377ba8ff13d0ce40f73677b2e9d Parents: 08b2f77 Author: Pranav Saxena <[email protected]> Authored: Thu Feb 28 00:15:04 2013 +0530 Committer: Pranav Saxena <[email protected]> Committed: Thu Feb 28 00:15:04 2013 +0530 ---------------------------------------------------------------------- ui/scripts/system.js | 2 +- ui/scripts/zoneWizard.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/b07f482b/ui/scripts/system.js ---------------------------------------------------------------------- diff --git a/ui/scripts/system.js b/ui/scripts/system.js index c564b0b..334993b 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -7407,7 +7407,7 @@ if ($(this).val() == "VMware") { //$('li[input_sub_group="external"]', $dialogAddCluster).show(); - if(dvSwitchEnabled == false){ + if(dvSwitchEnabled){ // $form.find('.form-item[rel=vSwitchPublicType]').css('display', 'inline-block'); // $form.find('.form-item[rel=vSwitchGuestType]').css('display', 'inline-block'); // $form.find('.form-item[rel=vSwitchPublicName]').css('display','inline-block'); http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/b07f482b/ui/scripts/zoneWizard.js ---------------------------------------------------------------------- diff --git a/ui/scripts/zoneWizard.js b/ui/scripts/zoneWizard.js index b18334a..883553c 100755 --- a/ui/scripts/zoneWizard.js +++ b/ui/scripts/zoneWizard.js @@ -772,7 +772,7 @@ if($(this).val() == "VMware") { //$('li[input_sub_group="external"]', $dialogAddCluster).show(); - if(dvSwitchEnabled == false){ + if(dvSwitchEnabled ){ /* $form.find('.form-item[rel=vSwitchPublicType]').css('display', 'inline-block'); $form.find('.form-item[rel=vSwitchGuestType]').css('display', 'inline-block');
