Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8E57A10093 for ; Mon, 15 Apr 2013 13:10:15 +0000 (UTC) Received: (qmail 47392 invoked by uid 500); 15 Apr 2013 13:10:04 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 47319 invoked by uid 500); 15 Apr 2013 13:10:04 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 46485 invoked by uid 99); 15 Apr 2013 13:10:03 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Apr 2013 13:10:03 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 2A8931B035; Mon, 15 Apr 2013 13:10:03 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: koushik@apache.org To: commits@cloudstack.apache.org Date: Mon, 15 Apr 2013 13:10:47 -0000 Message-Id: In-Reply-To: <2eea6d881c11435fbec743a05ed5e09e@git.apache.org> References: <2eea6d881c11435fbec743a05ed5e09e@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [48/50] [abbrv] git commit: updated refs/heads/cisco-vnmc-api-integration to 7ce45ea CLOUDSTACK-779:Enabling Egress rules feature for SRX Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/97911e9f Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/97911e9f Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/97911e9f Branch: refs/heads/cisco-vnmc-api-integration Commit: 97911e9fe6ba110b25a9b52a443e31ebfb42a4c8 Parents: e05defc Author: Pranav Saxena Authored: Mon Apr 15 16:28:45 2013 +0530 Committer: Pranav Saxena Committed: Mon Apr 15 16:28:45 2013 +0530 ---------------------------------------------------------------------- ui/scripts/network.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/97911e9f/ui/scripts/network.js ---------------------------------------------------------------------- diff --git a/ui/scripts/network.js b/ui/scripts/network.js index b6ed0fe..a759fb2 100755 --- a/ui/scripts/network.js +++ b/ui/scripts/network.js @@ -923,7 +923,7 @@ hiddenTabs.push("addloadBalancer"); } - if (isVPC || isAdvancedSGZone || hasSRXFirewall) { + if (isVPC || isAdvancedSGZone ) { hiddenTabs.push('egressRules'); }