This is an automated email from the ASF dual-hosted git repository.

chandra pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/master by this push:
     new 2152b90dbf5 HBASE-29870 Correct the UI Column name from Stats to State 
in rsgroup.jsp (#7718)
2152b90dbf5 is described below

commit 2152b90dbf56d7222d104240a0823ffb2120f364
Author: Chandra Sekhar K <[email protected]>
AuthorDate: Sat Feb 14 11:40:17 2026 +0530

    HBASE-29870 Correct the UI Column name from Stats to State in rsgroup.jsp 
(#7718)
    
    Signed-off-by: Pankaj Kumar <[email protected]>
    Signed-off-by: Dávid Paksy <[email protected]>
    Signed-off-by: Peng Lu <[email protected]>
    Signed-off-by: Junegunn Choi <[email protected]>
    Signed-off-by: Liu Xiao <[email protected]>
---
 hbase-server/src/main/resources/hbase-webapps/master/rsgroup.jsp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hbase-server/src/main/resources/hbase-webapps/master/rsgroup.jsp 
b/hbase-server/src/main/resources/hbase-webapps/master/rsgroup.jsp
index 91734e8d0a3..f80e94cb0b2 100644
--- a/hbase-server/src/main/resources/hbase-webapps/master/rsgroup.jsp
+++ b/hbase-server/src/main/resources/hbase-webapps/master/rsgroup.jsp
@@ -434,7 +434,7 @@
          <tr>
              <th>Namespace</th>
              <th>Table</th>
-             <th>Stats</th>
+             <th>State</th>
              <th>Online Regions</th>
              <th>Offline Regions</th>
              <th>Failed Regions</th>

Reply via email to