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/01/04 23:52:03 UTC

git commit: CLOUDSTACK-725:UI-Error when the Egress rules tab is selected for a network:Hiding the egress rules tab

Updated Branches:
  refs/heads/master 0055d8021 -> 569ca6d7a


CLOUDSTACK-725:UI-Error when the Egress rules tab is selected for a network:Hiding the egress rules tab


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

Branch: refs/heads/master
Commit: 569ca6d7a360196553f598836d8405f6b48bfc2e
Parents: 0055d80
Author: Pranav Saxena <pr...@citrix.com>
Authored: Sat Jan 5 04:19:48 2013 +0530
Committer: Pranav Saxena <pr...@citrix.com>
Committed: Sat Jan 5 04:19:48 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/569ca6d7/ui/scripts/network.js
----------------------------------------------------------------------
diff --git a/ui/scripts/network.js b/ui/scripts/network.js
index c8979d0..4103c3e 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;
             },