Skip to content

Commit 7b4c491

Browse files
authored
Revert "HBASE-27092 Regionserver table on Master UI is broken (apache#4495)"
This reverts commit 1d71080.
1 parent 6ea6a18 commit 7b4c491

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/master/RegionServerListTmpl.jamon

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ Arrays.sort(serverNames);
8585
<thead>
8686
<tr>
8787
<th>ServerName</th>
88-
<th>State</th>
8988
<th>Start time</th>
9089
<th>Last contact</th>
9190
<th>Version</th>
@@ -126,7 +125,6 @@ Arrays.sort(serverNames);
126125
</%java>
127126
<tr>
128127
<td><& serverNameLink; serverName=serverName; &></td>
129-
<td><% state %></td>
130128
<td><% new Date(startcode) %></td>
131129
<td><% TraditionalBinaryPrefix.long2String(lastContact, "s", 1) %></td>
132130
<td><% version %></td>

0 commit comments

Comments
 (0)