You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ki...@apache.org on 2013/01/31 18:07:18 UTC

[41/43] git commit: refs/heads/regions - Enabling Egress Rules Feature on the UI

Enabling Egress Rules Feature on the UI


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/5d8e1f0d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/5d8e1f0d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/5d8e1f0d

Branch: refs/heads/regions
Commit: 5d8e1f0dffb4089f969bcaf6f3c2b09f7362a200
Parents: 3cbce11
Author: Pranav Saxena <pr...@citrix.com>
Authored: Thu Jan 31 20:39:09 2013 +0530
Committer: Pranav Saxena <pr...@citrix.com>
Committed: Thu Jan 31 20:39:09 2013 +0530

----------------------------------------------------------------------
 ui/scripts/network.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/5d8e1f0d/ui/scripts/network.js
----------------------------------------------------------------------
diff --git a/ui/scripts/network.js b/ui/scripts/network.js
index f3308bb..408d220 100755
--- a/ui/scripts/network.js
+++ b/ui/scripts/network.js
@@ -867,9 +867,9 @@
                 hiddenTabs.push("addloadBalancer");
               }
 
-             // if (isVPC || isAdvancedSGZone || hasSRXFirewall) {
+              if (isVPC || isAdvancedSGZone || hasSRXFirewall) {
                 hiddenTabs.push('egressRules');
-             // }
+               }
               
               return hiddenTabs;
             },