mirror of https://github.com/apache/cloudstack.git
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