This is an automated email from the ASF dual-hosted git repository.

tasanuma pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 0db0f1e  HDFS-14917. Change the ICON of "Decommissioned & dead" 
datanode on "dfshealth.html". Contributed by Xieming Li
0db0f1e is described below

commit 0db0f1e3990c4bf93ca8db41858860da6537a9bf
Author: Takanobu Asanuma <tasan...@apache.org>
AuthorDate: Fri Oct 25 10:27:38 2019 +0900

    HDFS-14917. Change the ICON of "Decommissioned & dead" datanode on 
"dfshealth.html". Contributed by Xieming Li
---
 hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/static/hadoop.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 e7a264c..eddcfc0 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
@@ -262,7 +262,7 @@ header.bs-docs-nav, header.bs-docs-nav .navbar-brand {
 
 .dfshealth-node-down-decommissioned:before {
     color: #c7254e;
-    content: "\e017";
+    content: "\e090";
 }
 
 .dfshealth-node-down-maintenance:before {


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to