[
https://issues.apache.org/jira/browse/HBASE-29870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated HBASE-29870:
-----------------------------------
Labels: pull-request-available (was: )
> 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
> Priority: Major
> Labels: pull-request-available
>
> 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)