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/07/15 20:08:15 UTC

[accumulo] branch 2.0 updated: Fix #1272 Reset navbar count for clear logs action (#1274)

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

ctubbsii 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 b32d81d  Fix #1272 Reset navbar count for clear logs action (#1274)
b32d81d is described below

commit b32d81d1d12139e4b3f3c8fd0fe2d3aeaf5e0a0e
Author: hkeebler <49...@users.noreply.github.com>
AuthorDate: Mon Jul 15 16:08:10 2019 -0400

    Fix #1272 Reset navbar count for clear logs action (#1274)
---
 .../src/main/resources/org/apache/accumulo/monitor/templates/log.ftl     | 1 +
 1 file changed, 1 insertion(+)

diff --git a/server/monitor/src/main/resources/org/apache/accumulo/monitor/templates/log.ftl b/server/monitor/src/main/resources/org/apache/accumulo/monitor/templates/log.ftl
index 32f56d9..33a62f7 100644
--- a/server/monitor/src/main/resources/org/apache/accumulo/monitor/templates/log.ftl
+++ b/server/monitor/src/main/resources/org/apache/accumulo/monitor/templates/log.ftl
@@ -111,6 +111,7 @@
          */
         function refresh() {
           logList.ajax.reload(null, false ); // user paging is not reset on reload
+          refreshNavBar();
         }
       </script>
       <div><h3>${title}</h3></div>