CS-16201:Network Page drop down shows VPN Customer Gateway even in Basic Zone

This commit is contained in:
Pranav Saxena 2012-08-29 12:30:47 +05:30
parent d7b249fb01
commit ad78a0e918
1 changed files with 2 additions and 1 deletions

View File

@ -195,10 +195,11 @@
}
});
var sectionsToShow = ['networks', 'vpnCustomerGateway'];
var sectionsToShow = ['networks'];
if (!havingBasicZones) {
sectionsToShow.push('vpc');
sectionsToShow.push('vpnCustomerGateway');
}
if(havingSecurityGroupNetwork == true)