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 0B11C17AC9 for ; Fri, 11 Sep 2015 11:52:39 +0000 (UTC) Received: (qmail 57832 invoked by uid 500); 11 Sep 2015 11:52:38 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 57709 invoked by uid 500); 11 Sep 2015 11:52:38 -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 57588 invoked by uid 99); 11 Sep 2015 11:52:38 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Sep 2015 11:52:38 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 99530DFFA2; Fri, 11 Sep 2015 11:52:38 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dahn@apache.org To: commits@cloudstack.apache.org Date: Fri, 11 Sep 2015 11:52:39 -0000 Message-Id: <2c1fe751dd3d43cb96ceffc6eb641fcc@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/2] git commit: updated refs/heads/master to 6e2ac99 Merge pull request #791 from nitin-maharana/CloudStack-Nitin3 CLOUDSTACK-8821: UI Change while configuring firewall rule.It provides appropriate message in the UI when configuring the firewall rules in Network page. If the default egress policy is allow, then it says to block traffic. If the default egress policy is deny, then it says to allow traffic. * pr/791: CLOUDSTACK-8821: Provide appropriate message in the UI when configuring the Firewall rules. Signed-off-by: Daan Hoogland Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/6e2ac997 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/6e2ac997 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/6e2ac997 Branch: refs/heads/master Commit: 6e2ac9974abd2fb0b02ff01f633a3ba9e952c29b Parents: d807403 93ed525 Author: Daan Hoogland Authored: Fri Sep 11 13:52:18 2015 +0200 Committer: Daan Hoogland Committed: Fri Sep 11 13:52:19 2015 +0200 ---------------------------------------------------------------------- .../classes/resources/messages.properties | 2 ++ ui/dictionary.jsp | 2 ++ ui/scripts/network.js | 29 ++++++++++++++++++++ 3 files changed, 33 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/6e2ac997/client/WEB-INF/classes/resources/messages.properties ----------------------------------------------------------------------