Repository: hbase Updated Branches: refs/heads/branch-1 2eae8104d -> 2f683cd43
HBASE-20301 Remove the meaningless plus sign from table.jsp Signed-off-by: tedyu <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/2f683cd4 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/2f683cd4 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/2f683cd4 Branch: refs/heads/branch-1 Commit: 2f683cd4386e99381fcab769ead21e1385f494e9 Parents: 2eae810 Author: Chia-Ping Tsai <[email protected]> Authored: Wed Mar 28 14:46:35 2018 +0800 Committer: Chia-Ping Tsai <[email protected]> Committed: Wed Apr 4 20:10:46 2018 +0800 ---------------------------------------------------------------------- hbase-server/src/main/resources/hbase-webapps/master/table.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/2f683cd4/hbase-server/src/main/resources/hbase-webapps/master/table.jsp ---------------------------------------------------------------------- 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 5fa068c..2d77e57 100644 --- a/hbase-server/src/main/resources/hbase-webapps/master/table.jsp +++ b/hbase-server/src/main/resources/hbase-webapps/master/table.jsp @@ -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";
