diff --git a/hbase-server/src/main/resources/hbase-webapps/master/table.jsp b/hbase-server/src/main/resources/hbase-webapps/master/table.jsp index d88d968e199f..d3f8cd762d28 100644 --- a/hbase-server/src/main/resources/hbase-webapps/master/table.jsp +++ b/hbase-server/src/main/resources/hbase-webapps/master/table.jsp @@ -770,33 +770,37 @@ Space Quota - +
+ - - + + + + - - + + - - + + <% if (masterSnapshot != null) { %> - - + + - - + + <% } %> +
PropertyValuePropertyValue
Limit<%= StringUtils.byteDesc(spaceQuota.getSoftLimit()) %>Limit<%= StringUtils.byteDesc(spaceQuota.getSoftLimit()) %>
Policy<%= spaceQuota.getViolationPolicy() %>Policy<%= spaceQuota.getViolationPolicy() %>
Usage<%= StringUtils.byteDesc(masterSnapshot.getUsage()) %>Usage<%= StringUtils.byteDesc(masterSnapshot.getUsage()) %>
State<%= masterSnapshot.getQuotaStatus().isInViolation() ? "In Violation" : "In Observance" %>State<%= masterSnapshot.getQuotaStatus().isInViolation() ? "In Violation" : "In Observance" %>
Information about a Space Quota on this table, if set. @@ -810,25 +814,29 @@ Throttle Quota - +
+ - - - - + + + + + + <% - for (ThrottleSettings throttle : throttles) { + for (ThrottleSettings throttle : throttles) { %> - - - - + + + + <% - } + } %> +
LimitTypeTimeUnitScopeTypeLimitTimeUnitScope
<%= throttle.getSoftLimit() %><%= throttle.getThrottleType() %><%= throttle.getTimeUnit() %><%= throttle.getQuotaScope() %><%= throttle.getThrottleType() %><%= throttle.getSoftLimit() %><%= throttle.getTimeUnit() %><%= throttle.getQuotaScope() %>
Information about a Throttle Quota on this table, if set.