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

Reviewed-By:Brian
This commit is contained in:
Pranav Saxena 2012-08-29 12:27:00 +05:30
parent 9c92f4537e
commit e0fd1a26d0
1 changed files with 2 additions and 1 deletions

View File

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