CLOUDSTACK-779:Enabling Egress rules feature for SRX
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/97911e9f Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/97911e9f Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/97911e9f Branch: refs/heads/cisco-vnmc-api-integration Commit: 97911e9fe6ba110b25a9b52a443e31ebfb42a4c8 Parents: e05defc Author: Pranav Saxena <pranav.sax...@citrix.com> Authored: Mon Apr 15 16:28:45 2013 +0530 Committer: Pranav Saxena <pranav.sax...@citrix.com> Committed: Mon Apr 15 16:28:45 2013 +0530 ---------------------------------------------------------------------- ui/scripts/network.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/97911e9f/ui/scripts/network.js ---------------------------------------------------------------------- diff --git a/ui/scripts/network.js b/ui/scripts/network.js index b6ed0fe..a759fb2 100755 --- a/ui/scripts/network.js +++ b/ui/scripts/network.js @@ -923,7 +923,7 @@ hiddenTabs.push("addloadBalancer"); } - if (isVPC || isAdvancedSGZone || hasSRXFirewall) { + if (isVPC || isAdvancedSGZone ) { hiddenTabs.push('egressRules'); }