Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 83462200C2D for ; Fri, 17 Feb 2017 15:49:46 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 806F9160B55; Fri, 17 Feb 2017 14:49:46 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D392F160B3F for ; Fri, 17 Feb 2017 15:49:45 +0100 (CET) Received: (qmail 43582 invoked by uid 500); 17 Feb 2017 14:49:42 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 42710 invoked by uid 99); 17 Feb 2017 14:49:41 -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, 17 Feb 2017 14:49:41 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7EA90E110A; Fri, 17 Feb 2017 14:49:41 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: rakeshr@apache.org To: common-commits@hadoop.apache.org Date: Fri, 17 Feb 2017 14:49:56 -0000 Message-Id: <5a6ec5c0762b4796aad1dd9eb616dfc8@git.apache.org> In-Reply-To: <05a86cae06e545b3ac1a82a6f00b2924@git.apache.org> References: <05a86cae06e545b3ac1a82a6f00b2924@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [16/50] [abbrv] hadoop git commit: HDFS-11265. Extend visualization for Maintenance Mode under Datanode tab in the NameNode UI. (Marton Elek via mingma) archived-at: Fri, 17 Feb 2017 14:49:46 -0000 HDFS-11265. Extend visualization for Maintenance Mode under Datanode tab in the NameNode UI. (Marton Elek via mingma) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a136936d Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/a136936d Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/a136936d Branch: refs/heads/HDFS-10285 Commit: a136936d018b5cebb7aad9a01ea0dcc366e1c3b8 Parents: 0741dd3 Author: Ming Ma Authored: Wed Feb 15 20:24:07 2017 -0800 Committer: Ming Ma Committed: Wed Feb 15 20:24:07 2017 -0800 ---------------------------------------------------------------------- .../hadoop-hdfs/src/main/webapps/static/hadoop.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/a136936d/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/static/hadoop.css ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/static/hadoop.css b/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/static/hadoop.css index 0901125..341e1f8 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/static/hadoop.css +++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/static/hadoop.css @@ -236,8 +236,8 @@ header.bs-docs-nav, header.bs-docs-nav .navbar-brand { } .dfshealth-node-decommissioned:before { - color: #eea236; - content: "\e136"; + color: #bc5f04; + content: "\e090"; } .dfshealth-node-down:before { @@ -250,6 +250,11 @@ header.bs-docs-nav, header.bs-docs-nav .navbar-brand { content: "\e017"; } +.dfshealth-node-down-maintenance:before { + color: #eea236; + content: "\e136"; +} + .dfshealth-node-legend { list-style-type: none; text-align: right; --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-commits-help@hadoop.apache.org