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:26:00 UTC

[hbase] branch master 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 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 44cdf5f  HBASE-23058 Should be 'Column Family Name' in table.jsp
44cdf5f is described below

commit 44cdf5f4eaf29571df204cd76af71bc2c39a88de
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 fcf53fc..96ad9c3 100644
--- a/hbase-server/src/main/resources/hbase-webapps/master/table.jsp
+++ b/hbase-server/src/main/resources/hbase-webapps/master/table.jsp
@@ -400,7 +400,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>
   <%