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:
Arun Murthy 2011-09-08 18:49:28 +00:00
parent 1b294f206b
commit dd34c4e24f

View File

@ -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").