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>
|
||||
<%
|
||||
}
|
||||
|
||||
if (quota.hasThrottle()) {
|
||||
if (quota != null && quota.hasThrottle()) {
|
||||
List<ThrottleSettings> throttles = QuotaSettingsFactory.fromTableThrottles(table.getName(), quota.getThrottle());
|
||||
if (throttles.size() > 0) {
|
||||
%>
|
||||
|
@ -401,8 +400,8 @@ if (fqtn != null && master.isInitialized()) {
|
|||
</tr>
|
||||
<%
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
%>
|
||||
</table>
|
||||
<h2>Table Schema</h2>
|
||||
|
|
Loading…
Reference in New Issue