CLOUDSTACK-1008:EGRESS tab to be hidden for shared networks

This commit is contained in:
Pranav Saxena 2013-03-26 20:02:17 +05:30
parent 539c1f02c2
commit 66fe034290
1 changed files with 1 additions and 1 deletions

View File

@ -880,7 +880,7 @@
hiddenTabs.push("addloadBalancer");
}
if (isVPC || isAdvancedSGZone || hasSRXFirewall || type="Shared") {
if (isVPC || isAdvancedSGZone || hasSRXFirewall || type=="Shared") {
hiddenTabs.push('egressRules');
}