HBASE-20301 Remove the meaningless plus sign from table.jsp

Signed-off-by: tedyu <yuzhihong@gmail.com>
This commit is contained in:
Chia-Ping Tsai 2018-03-28 14:46:35 +08:00
parent 2eae8104d1
commit 2f683cd438
1 changed files with 1 additions and 1 deletions

View File

@ -672,7 +672,7 @@ ShowDetailName&Start/End Key<input type="checkbox" id="showWhole" style="margin-
%>
</tr>
<% } %>
+<% } %>
<% } %>
</table>
<% if (numRegions > numRegionsRendered) {
String allRegionsUrl = "?name=" + URLEncoder.encode(fqtn,"UTF-8") + "&numRegions=all";