CLOUDSTACK-725:UI-Error when the Egress rules tab is selected for a network:Hiding the egress rules tab

This commit is contained in:
Pranav Saxena 2013-01-05 04:19:48 +05:30
parent 0055d80211
commit 569ca6d7a3
1 changed files with 2 additions and 2 deletions

View File

@ -867,9 +867,9 @@
hiddenTabs.push("addloadBalancer");
}
if (isVPC || isAdvancedSGZone || hasSRXFirewall) {
// if (isVPC || isAdvancedSGZone || hasSRXFirewall) {
hiddenTabs.push('egressRules');
}
// }
return hiddenTabs;
},