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 2021/01/06 22:51:32 UTC

[accumulo] branch main updated: Update column name in the Monitor UI (#1859)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 15fcdbb  Update column name in the Monitor UI (#1859)
15fcdbb is described below

commit 15fcdbbbcbe4fb2589452a1e61ba57d9cdcbe158
Author: Karthick Narendran <ka...@gmail.com>
AuthorDate: Wed Jan 6 22:51:20 2021 +0000

    Update column name in the Monitor UI (#1859)
---
 .../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 abdbf68..a75be63 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
@@ -30,7 +30,7 @@
               <tr><th colspan="2"><a href="/master">Accumulo Master</a></th></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">Total&nbsp;Known&nbsp;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>
               <tr><td class="left">Tablets</td><td class="right"></td></tr>
               <tr><td class="left">Entries</td><td class="right"></td></tr>