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 @@
| Property | -Value | +Property | +Value |
|---|---|---|---|
| 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" %> |
| Limit | -Type | -TimeUnit | -Scope | +Type | +Limit | +TimeUnit | +Scope |
|---|---|---|---|---|---|---|---|
| <%= throttle.getSoftLimit() %> | -<%= throttle.getThrottleType() %> | -<%= throttle.getTimeUnit() %> | -<%= throttle.getQuotaScope() %> | +<%= throttle.getThrottleType() %> | +<%= throttle.getSoftLimit() %> | +<%= throttle.getTimeUnit() %> | +<%= throttle.getQuotaScope() %> |