CLOUDSTACK-1008:EGRESS tab to be hidden for shared networks
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/66fe0342 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/66fe0342 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/66fe0342 Branch: refs/heads/4.1 Commit: 66fe034290c2839809504dc84ca10c6ec5d02227 Parents: 539c1f0 Author: Pranav Saxena <[email protected]> Authored: Tue Mar 26 20:02:17 2013 +0530 Committer: Pranav Saxena <[email protected]> Committed: Tue Mar 26 20:02:17 2013 +0530 ---------------------------------------------------------------------- ui/scripts/network.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/66fe0342/ui/scripts/network.js ---------------------------------------------------------------------- diff --git a/ui/scripts/network.js b/ui/scripts/network.js index 9bd0857..db06c04 100755 --- a/ui/scripts/network.js +++ b/ui/scripts/network.js @@ -880,7 +880,7 @@ hiddenTabs.push("addloadBalancer"); } - if (isVPC || isAdvancedSGZone || hasSRXFirewall || type="Shared") { + if (isVPC || isAdvancedSGZone || hasSRXFirewall || type=="Shared") { hiddenTabs.push('egressRules'); }
