[
https://issues.apache.org/jira/browse/HBASE-29870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Duo Zhang updated HBASE-29870:
------------------------------
Fix Version/s: 2.7.0
3.0.0-beta-2
2.6.5
2.5.14
> 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
> Components: UI
> Reporter: Chandra Sekhar K
> Assignee: Chandra Sekhar K
> Priority: Major
> Labels: pull-request-available
> Fix For: 2.7.0, 3.0.0-beta-2, 2.6.5, 2.5.14
>
>
> 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)