HDFS-11265. Extend visualization for Maintenance Mode under Datanode tab in the NameNode UI. (Marton Elek via mingma)

(cherry picked from commit a136936d01)
This commit is contained in:
Ming Ma 2017-02-15 20:24:07 -08:00
parent 96be70513a
commit 0f8b99fd34
1 changed files with 7 additions and 2 deletions

View File

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