You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zg...@apache.org on 2019/09/21 11:28:20 UTC

[hbase] branch branch-2 updated: HBASE-23058 Should be 'Column Family Name' in table.jsp

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

zghao pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2 by this push:
     new 7195ab6  HBASE-23058 Should be 'Column Family Name' in table.jsp
7195ab6 is described below

commit 7195ab6a15fea9d771abd01b23d755f68be7d3e2
Author: wuqiong <wu...@xiaomi.com>
AuthorDate: Fri Sep 20 20:07:05 2019 +0800

    HBASE-23058 Should be 'Column Family Name' in table.jsp
    
    Signed-off-by: Guanghao Zhang <zh...@xiaomi.com>
---
 hbase-server/src/main/resources/hbase-webapps/master/table.jsp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hbase-server/src/main/resources/hbase-webapps/master/table.jsp b/hbase-server/src/main/resources/hbase-webapps/master/table.jsp
index 7553d67..d33981b 100644
--- a/hbase-server/src/main/resources/hbase-webapps/master/table.jsp
+++ b/hbase-server/src/main/resources/hbase-webapps/master/table.jsp
@@ -388,7 +388,7 @@ if (fqtn != null && master.isInitialized()) {
 <h2>Table Schema</h2>
 <table class="table table-striped">
   <tr>
-      <th>Column Name</th>
+      <th>Column Family Name</th>
       <th></th>
   </tr>
   <%