You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mm...@apache.org on 2019/10/28 17:48:08 UTC

[accumulo] branch 2.0 updated: Change Monitor hold time css class. Fixes #1395

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

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


The following commit(s) were added to refs/heads/2.0 by this push:
     new cff3ef2  Change Monitor hold time css class. Fixes #1395
cff3ef2 is described below

commit cff3ef22260e3dec796f277d116df8c82a432c07
Author: Mike Miller <mm...@apache.org>
AuthorDate: Mon Oct 28 13:39:37 2019 -0400

    Change Monitor hold time css class. Fixes #1395
---
 .../src/main/resources/org/apache/accumulo/monitor/templates/tables.ftl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/monitor/src/main/resources/org/apache/accumulo/monitor/templates/tables.ftl b/server/monitor/src/main/resources/org/apache/accumulo/monitor/templates/tables.ftl
index 6e125c7..3cd3147 100644
--- a/server/monitor/src/main/resources/org/apache/accumulo/monitor/templates/tables.ftl
+++ b/server/monitor/src/main/resources/org/apache/accumulo/monitor/templates/tables.ftl
@@ -90,7 +90,7 @@
               <th title="The rate of Key/Value pairs inserted. (Note that deletes are considered inserted)" class="big-num">Ingest</th>
               <th title="The rate of Key/Value pairs read on the server side. Not all key values read may be returned to client because of filtering." class="big-num">Read</th>
               <th title="The rate of Key/Value pairs returned to clients during queries. This is not the number of scans." class="big-num">Returned</th>
-              <th title="The amount of time that ingest operations are suspended while waiting for data to be written to disk." class="big-num">Hold&nbsp;Time</th>
+              <th title="The amount of time that ingest operations are suspended while waiting for data to be written to disk." class="duration">Hold&nbsp;Time</th>
               <th title="Running scans. The number queued waiting are in parentheses.">Scans</th>
               <th title="Minor Compactions. The number of tablets waiting for compaction are in parentheses.">MinC</th>
               <th title="Major Compactions. The number of tablets waiting for compaction are in parentheses.">MajC</th>