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 8BDF7200C31 for ; Wed, 22 Feb 2017 01:06:36 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 8A791160B74; Wed, 22 Feb 2017 00:06:36 +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 DA9CB160B68 for ; Wed, 22 Feb 2017 01:06:35 +0100 (CET) Received: (qmail 64809 invoked by uid 500); 22 Feb 2017 00:06:30 -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 64432 invoked by uid 99); 22 Feb 2017 00:06:29 -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; Wed, 22 Feb 2017 00:06:29 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B2E51EF9A5; Wed, 22 Feb 2017 00:06:29 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: xgong@apache.org To: common-commits@hadoop.apache.org Date: Wed, 22 Feb 2017 00:06:48 -0000 Message-Id: <96e6721a55154da8b5ab80d33eda8937@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [20/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: Wed, 22 Feb 2017 00:06:36 -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/YARN-5734 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