You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zg...@apache.org on 2019/08/16 06:56:43 UTC

[hbase] branch branch-2.0 updated: HBASE-22858 Add HBCK Report to master's header.jsp (#497)

This is an automated email from the ASF dual-hosted git repository.

zghao pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new 5dcba41  HBASE-22858 Add HBCK Report to master's header.jsp (#497)
5dcba41 is described below

commit 5dcba414bd0d865e3c855fe2c1f5d7269c776826
Author: Guanghao Zhang <zg...@apache.org>
AuthorDate: Fri Aug 16 01:34:40 2019 -0500

    HBASE-22858 Add HBCK Report to master's header.jsp (#497)
    
    Signed-off-by: Stack <st...@apache.org>
    Signed-off-by: Sakthi <sa...@apache.org>
---
 hbase-server/src/main/resources/hbase-webapps/master/header.jsp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/hbase-server/src/main/resources/hbase-webapps/master/header.jsp b/hbase-server/src/main/resources/hbase-webapps/master/header.jsp
index 0df7099..9d9ad2c 100644
--- a/hbase-server/src/main/resources/hbase-webapps/master/header.jsp
+++ b/hbase-server/src/main/resources/hbase-webapps/master/header.jsp
@@ -57,7 +57,8 @@
             <li><a href="/master-status">Home</a></li>
             <li><a href="/tablesDetailed.jsp">Table Details</a></li>
             <% if (master.isActiveMaster()){ %>
-            <li><a href="/procedures.jsp">Procedures &amp; Locks</a></li>
+              <li><a href="/procedures.jsp">Procedures &amp; Locks</a></li>
+              <li><a href="/hbck.jsp">HBCK Report</a></li>
             <% }%>
             <li><a href="/processMaster.jsp">Process Metrics</a></li>
             <li><a href="/logs/">Local Logs</a></li>