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:46:31 UTC

[hbase] branch branch-2.1 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.1
in repository https://gitbox.apache.org/repos/asf/hbase.git


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

commit 386b6e3aca47a7561012d9a3e3b46e51c7ee1db9
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 1e02e2b..1d3d6b1 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>