HBASE-23058 Should be 'Column Family Name' in table.jsp
Signed-off-by: Guanghao Zhang <zhangguanghao1@xiaomi.com>
This commit is contained in:
parent
96a94ac3d0
commit
44cdf5f4ea
|
@ -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>
|
||||
<%
|
||||
|
|
Loading…
Reference in New Issue