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/api_refactoring Commit: 569ca6d7a360196553f598836d8405f6b48bfc2e Parents: 0055d80 Author: Pranav Saxena <[email protected]> Authored: Sat Jan 5 04:19:48 2013 +0530 Committer: Pranav Saxena <[email protected]> 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; },
