You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ch...@apache.org on 2018/04/04 12:11:32 UTC

hbase git commit: HBASE-20301 Remove the meaningless plus sign from table.jsp

Repository: hbase
Updated Branches:
  refs/heads/branch-1.4 0ccdffe95 -> 382c5f079


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

Signed-off-by: tedyu <yu...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/382c5f07
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/382c5f07
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/382c5f07

Branch: refs/heads/branch-1.4
Commit: 382c5f0791af7d7489f580a3abb258075579ad37
Parents: 0ccdffe
Author: Chia-Ping Tsai <ch...@gmail.com>
Authored: Wed Mar 28 14:46:35 2018 +0800
Committer: Chia-Ping Tsai <ch...@gmail.com>
Committed: Wed Apr 4 20:11:14 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/382c5f07/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 86a5a76..44f0a64 100644
--- a/hbase-server/src/main/resources/hbase-webapps/master/table.jsp
+++ b/hbase-server/src/main/resources/hbase-webapps/master/table.jsp
@@ -665,7 +665,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";