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:30:24 UTC

[hbase] branch branch-2.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.2
in repository https://gitbox.apache.org/repos/asf/hbase.git


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

commit 68a2f47e1da57ee3e77c54c1ca689f19c751567e
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 <zg...@apache.org>
---
 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 415ffa3..a59634d 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>
   <%