From 0d880c99b59eb6e62b3db99154a0b53bd371aef8 Mon Sep 17 00:00:00 2001 From: stack Date: Mon, 16 Feb 2015 20:49:02 -0800 Subject: [PATCH] HBASE-13047 Add "HBase Configuration" link missing on the table details pages (Vikas Vishwakarma) --- hbase-server/src/main/resources/hbase-webapps/master/table.jsp | 3 +++ 1 file changed, 3 insertions(+) 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 58e5da44d70..db48b6c79aa 100644 --- a/hbase-server/src/main/resources/hbase-webapps/master/table.jsp +++ b/hbase-server/src/main/resources/hbase-webapps/master/table.jsp @@ -187,6 +187,9 @@
  • Log Level
  • Debug Dump
  • Metrics Dump
  • + <% if (HBaseConfiguration.isShowConfInServlet()) { %> +
  • HBase Configuration
  • + <% } %>