HDFS-14917. Change the ICON of "Decommissioned & dead" datanode on "dfshealth.html". Contributed by Xieming Li

This commit is contained in:
Takanobu Asanuma 2019-10-25 10:27:38 +09:00
parent b41394eec8
commit 0db0f1e399

View File

@ -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 {