Skip to content

Commit b07f482

Browse files
committed
dvswitch UI integration Complete:Enabling the flag - Set 4
1 parent 08b2f77 commit b07f482

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ui/scripts/system.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7407,7 +7407,7 @@
74077407
if ($(this).val() == "VMware") {
74087408
//$('li[input_sub_group="external"]', $dialogAddCluster).show();
74097409

7410-
if(dvSwitchEnabled == false){
7410+
if(dvSwitchEnabled){
74117411
// $form.find('.form-item[rel=vSwitchPublicType]').css('display', 'inline-block');
74127412
// $form.find('.form-item[rel=vSwitchGuestType]').css('display', 'inline-block');
74137413
// $form.find('.form-item[rel=vSwitchPublicName]').css('display','inline-block');

ui/scripts/zoneWizard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@
772772

773773
if($(this).val() == "VMware") {
774774
//$('li[input_sub_group="external"]', $dialogAddCluster).show();
775-
if(dvSwitchEnabled == false){
775+
if(dvSwitchEnabled ){
776776
/* $form.find('.form-item[rel=vSwitchPublicType]').css('display', 'inline-block');
777777
$form.find('.form-item[rel=vSwitchGuestType]').css('display', 'inline-block');
778778

0 commit comments

Comments
 (0)