Chandra Sekhar K created HBASE-29870:
----------------------------------------
Summary: Correct the UI Column name from Stats to State in
rsgroup.jsp
Key: HBASE-29870
URL: https://issues.apache.org/jira/browse/HBASE-29870
Project: HBase
Issue Type: Bug
Reporter: Chandra Sekhar K
in rsgroup.jsp the table header shows the label as Stats , but we actually show
the table state here.
{code:java}
<tr>
<th>Namespace</th>
<th>Table</th>
<th>Stats</th>
<th>Online Regions</th>
<th>Offline Regions</th>
<th>Failed Regions</th>
<th>Split Regions</th>
<th>Other Regions</th>
<th>Description</th>
</tr>{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)