MAPREDUCE-2844. Fixed display of nodes in UI.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1166856 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1b294f206b
commit
dd34c4e24f
@ -52,8 +52,8 @@ protected void render(Block html) {
|
|||||||
thead().
|
thead().
|
||||||
tr().
|
tr().
|
||||||
th(".rack", "Rack").
|
th(".rack", "Rack").
|
||||||
th(".nodeid", "Node ID").
|
th(".nodeaddress", "Node Address").
|
||||||
th(".host", "Host").
|
th(".nodehttpaddress", "Node HTTP Address").
|
||||||
th(".healthStatus", "Health-status").
|
th(".healthStatus", "Health-status").
|
||||||
th(".lastHealthUpdate", "Last health-update").
|
th(".lastHealthUpdate", "Last health-update").
|
||||||
th(".healthReport", "Health-report").
|
th(".healthReport", "Health-report").
|
||||||
|
Loading…
Reference in New Issue
Block a user