HBASE-23058 Should be 'Column Family Name' in table.jsp

Signed-off-by: Guanghao Zhang <zhangguanghao1@xiaomi.com>
This commit is contained in:
wuqiong 2019-09-20 20:07:05 +08:00 committed by Guanghao Zhang
parent 96a94ac3d0
commit 44cdf5f4ea
1 changed files with 1 additions and 1 deletions

View File

@ -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>
<%