mirror of https://github.com/apache/cloudstack.git
CS-16201:Network Page drop down shows VPN Customer Gateway even in Basic Zone
This commit is contained in:
parent
d7b249fb01
commit
ad78a0e918
|
|
@ -195,10 +195,11 @@
|
|||
}
|
||||
});
|
||||
|
||||
var sectionsToShow = ['networks', 'vpnCustomerGateway'];
|
||||
var sectionsToShow = ['networks'];
|
||||
|
||||
if (!havingBasicZones) {
|
||||
sectionsToShow.push('vpc');
|
||||
sectionsToShow.push('vpnCustomerGateway');
|
||||
}
|
||||
|
||||
if(havingSecurityGroupNetwork == true)
|
||||
|
|
|
|||
Loading…
Reference in New Issue