HBASE-27092 Regionserver table on Master UI is broken (#4495)

Signed-off-by: Viraj Jasani <vjasani@apache.org>
This commit is contained in:
litao 2022-06-08 08:37:48 +08:00 committed by GitHub
parent 176c43c5ad
commit 9342653691
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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