HBASE-23199 Error populating Table-Attribute fields (#741)
Signed-off-by: GuangxuCheng <guangxucheng@gmail.com>
This commit is contained in:
parent
a881678ef4
commit
02370911b0
|
@ -368,8 +368,7 @@ if (fqtn != null && master.isInitialized()) {
|
||||||
</tr>
|
</tr>
|
||||||
<%
|
<%
|
||||||
}
|
}
|
||||||
|
if (quota != null && quota.hasThrottle()) {
|
||||||
if (quota.hasThrottle()) {
|
|
||||||
List<ThrottleSettings> throttles = QuotaSettingsFactory.fromTableThrottles(table.getName(), quota.getThrottle());
|
List<ThrottleSettings> throttles = QuotaSettingsFactory.fromTableThrottles(table.getName(), quota.getThrottle());
|
||||||
if (throttles.size() > 0) {
|
if (throttles.size() > 0) {
|
||||||
%>
|
%>
|
||||||
|
@ -401,8 +400,8 @@ if (fqtn != null && master.isInitialized()) {
|
||||||
</tr>
|
</tr>
|
||||||
<%
|
<%
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
%>
|
%>
|
||||||
</table>
|
</table>
|
||||||
<h2>Table Schema</h2>
|
<h2>Table Schema</h2>
|
||||||
|
|
Loading…
Reference in New Issue