You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by pr...@apache.org on 2013/04/15 12:59:12 UTC

git commit: updated refs/heads/master to 97911e9

Updated Branches:
  refs/heads/master e05defc07 -> 97911e9fe


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/master
Commit: 97911e9fe6ba110b25a9b52a443e31ebfb42a4c8
Parents: e05defc
Author: Pranav Saxena <pr...@citrix.com>
Authored: Mon Apr 15 16:28:45 2013 +0530
Committer: Pranav Saxena <pr...@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');
                }