You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2019/04/24 20:16:46 UTC

[accumulo] branch master updated: Fix #593 Hide Master is Down message on startup (#1130)

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

ctubbsii pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/master by this push:
     new 4bf5aed  Fix #593 Hide Master is Down message on startup (#1130)
4bf5aed is described below

commit 4bf5aed268ced3b434aa70f1df4b3769f9c5f22a
Author: hkeebler <49...@users.noreply.github.com>
AuthorDate: Wed Apr 24 16:16:41 2019 -0400

    Fix #593 Hide Master is Down message on startup (#1130)
---
 .../main/resources/org/apache/accumulo/monitor/templates/overview.ftl   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/monitor/src/main/resources/org/apache/accumulo/monitor/templates/overview.ftl b/server/monitor/src/main/resources/org/apache/accumulo/monitor/templates/overview.ftl
index e014816..7a20769 100644
--- a/server/monitor/src/main/resources/org/apache/accumulo/monitor/templates/overview.ftl
+++ b/server/monitor/src/main/resources/org/apache/accumulo/monitor/templates/overview.ftl
@@ -24,7 +24,7 @@
           <table class="table table-bordered table-striped table-condensed">
             <tbody>
               <tr><th colspan="2"><a href="/master">Accumulo Master</a></th></tr>
-              <tr><td colspan="2" class="center" ><span class="label label-danger nowrap">Master is Down</span></td></tr>
+              <tr><td colspan="2" class="center" style="display:none;"><span class="label label-danger nowrap">Master is Down</span></td></tr>
               <tr><td class="left"><a href="/tables">Tables</a></td><td class="right"></td></tr>
               <tr><td class="left"><a href="/tservers">Tablet&nbsp;Servers</a></td><td class="right"></td></tr>
               <tr><td class="left"><a href="/tservers">Dead&nbsp;Tablet&nbsp;Servers</a></td><td class="right"></td></tr>