Skip to content

Commit

Permalink
HBASE-27092 Regionserver table on Master UI is broken (apache#4495)
Browse files Browse the repository at this point in the history
Signed-off-by: Viraj Jasani <[email protected]>
  • Loading branch information
tomscut authored and wenwj0 committed Jun 14, 2022
1 parent 1e5147a commit 1d71080
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 1d71080

Please sign in to comment.