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:39:17 UTC

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


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

commit dc7004ce474ef790d1412b10c15d1944dd58789f
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>