HBASE-23058 Should be 'Column Family Name' in table.jsp
Signed-off-by: Guanghao Zhang <zghao@apache.org>
This commit is contained in:
parent
dd761b1e69
commit
0339ad1156
|
@ -323,7 +323,7 @@ if ( fqtn != null ) {
|
|||
<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