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/javelin Commit: 5d8e1f0dffb4089f969bcaf6f3c2b09f7362a200 Parents: 3cbce11 Author: Pranav Saxena <[email protected]> Authored: Thu Jan 31 20:39:09 2013 +0530 Committer: Pranav Saxena <[email protected]> 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; },
