mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-1008:EGRESS tab to be hidden for shared networks
This commit is contained in:
parent
539c1f02c2
commit
66fe034290
|
|
@ -880,7 +880,7 @@
|
|||
hiddenTabs.push("addloadBalancer");
|
||||
}
|
||||
|
||||
if (isVPC || isAdvancedSGZone || hasSRXFirewall || type="Shared") {
|
||||
if (isVPC || isAdvancedSGZone || hasSRXFirewall || type=="Shared") {
|
||||
hiddenTabs.push('egressRules');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue