HBASE-20301 Remove the meaningless plus sign from table.jsp
Signed-off-by: tedyu <yuzhihong@gmail.com>
This commit is contained in:
parent
2eae8104d1
commit
2f683cd438
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue