You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mw...@apache.org on 2019/02/14 18:03:00 UTC

[accumulo] branch master updated: Fixes #927 - Added 'Clear Logs' link on Recent Logs page (#951)

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

mwalch 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 276e73c  Fixes #927 - Added 'Clear Logs' link on Recent Logs page  (#951)
276e73c is described below

commit 276e73c1eb92c466673ad01a10445b6c05847715
Author: Jeffrey Zeiberg <jz...@gmail.com>
AuthorDate: Thu Feb 14 13:02:56 2019 -0500

    Fixes #927 - Added 'Clear Logs' link on Recent Logs page  (#951)
---
 .../src/main/resources/org/apache/accumulo/monitor/templates/log.ftl   | 3 +++
 1 file changed, 3 insertions(+)

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 c393786..85f105a 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
@@ -127,3 +127,6 @@
             <tbody></tbody>
         </table>
       </div>
+      <div>
+       <button type="button" class="btn btn-info" onclick="clearLogs();refresh();">Clear Logs</button>
+      </div>