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:
parent
96be70513a
commit
0f8b99fd34
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue