mirror of https://github.com/apache/cloudstack.git
Enabling Egress Rules Feature on the UI
This commit is contained in:
parent
3cbce11b78
commit
5d8e1f0dff
|
|
@ -867,9 +867,9 @@
|
|||
hiddenTabs.push("addloadBalancer");
|
||||
}
|
||||
|
||||
// if (isVPC || isAdvancedSGZone || hasSRXFirewall) {
|
||||
if (isVPC || isAdvancedSGZone || hasSRXFirewall) {
|
||||
hiddenTabs.push('egressRules');
|
||||
// }
|
||||
}
|
||||
|
||||
return hiddenTabs;
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue