From 0eed886a165f5a0850ddbfb1d5f98c7b5e379fb3 Mon Sep 17 00:00:00 2001 From: Haohui Mai Date: Wed, 4 Nov 2015 09:16:43 -0800 Subject: [PATCH] HDFS-9357. NN UI renders icons of decommissioned DN incorrectly. Contributed by Surendra Singh Lilhore. --- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 3 +++ .../hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html | 4 ++-- .../hadoop-hdfs/src/main/webapps/static/hadoop.css | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index 530ed2d1067..bdcc1fc79f6 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -2231,6 +2231,9 @@ Release 2.8.0 - UNRELEASED HDFS-9351. checkNNStartup() need to be called when fsck calls FSNamesystem.getSnapshottableDirs(). (Xiao Chen via Yongjun Zhang) + HDFS-9357. NN UI renders icons of decommissioned DN incorrectly. + (Surendra Singh Lilhore via wheat9) + Release 2.7.3 - UNRELEASED INCOMPATIBLE CHANGES diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html b/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html index e46ce7f732f..08199fc786a 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html +++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html @@ -285,8 +285,8 @@ 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 58c3cb5b8fb..2ed5f294373 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 @@ -235,7 +235,7 @@ header.bs-docs-nav, header.bs-docs-nav .navbar-brand { content: "\e013"; } -.dfshealth-node-decommisioned:before { +.dfshealth-node-decommissioned:before { color: #eea236; content: "\e136"; } @@ -245,7 +245,7 @@ header.bs-docs-nav, header.bs-docs-nav .navbar-brand { content: "\e101"; } -.dfshealth-node-down-decommisioned:before { +.dfshealth-node-down-decommissioned:before { color: #2e6da6; content: "\e017"; }