HBASE-27092 Regionserver table on Master UI is broken (#4495)
Signed-off-by: Viraj Jasani <vjasani@apache.org>
This commit is contained in:
parent
176c43c5ad
commit
9342653691
|
@ -85,6 +85,7 @@ Arrays.sort(serverNames);
|
|||
<thead>
|
||||
<tr>
|
||||
<th>ServerName</th>
|
||||
<th>State</th>
|
||||
<th>Start time</th>
|
||||
<th>Last contact</th>
|
||||
<th>Version</th>
|
||||
|
@ -125,6 +126,7 @@ Arrays.sort(serverNames);
|
|||
</%java>
|
||||
<tr>
|
||||
<td><& serverNameLink; serverName=serverName; &></td>
|
||||
<td><% state %></td>
|
||||
<td><% new Date(startcode) %></td>
|
||||
<td><% TraditionalBinaryPrefix.long2String(lastContact, "s", 1) %></td>
|
||||
<td><% version %></td>
|
||||
|
|
Loading…
Reference in New Issue