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