mirror of
https://github.com/apache/cloudstack
synced 2026-08-02 13:35:41 +00:00
dvswitch UI integration Complete:Enabling the flag - Set 4
This commit is contained in:
parent
08b2f7734b
commit
b07f482bac
@ -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');
|
||||
|
||||
@ -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');
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user