From fb4c27e329659f7ebfb72855297549ac01a54f02 Mon Sep 17 00:00:00 2001 From: vogelor <vogelor@ispconfig3> Date: Tue, 02 Dec 2008 03:12:36 -0500 Subject: [PATCH] The monitor now shows the date of the data (to determine how old they are) Fixed some bugs and improved the RAID - monitor Fixed the user count in the monitor The monitor now monitors the rkhunter - log too The monitor now deletes the old data AFTER writing the new one, so there are always data in the db --- interface/web/monitor/templates/show_log.htm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/web/monitor/templates/show_log.htm b/interface/web/monitor/templates/show_log.htm index 7453310..8257dd3 100644 --- a/interface/web/monitor/templates/show_log.htm +++ b/interface/web/monitor/templates/show_log.htm @@ -11,7 +11,7 @@ </div> <div class="pnl_formarea"> - <fieldset><legend></legend> + <fieldset><legend>Data from: <tmpl_var name="time"></legend> <div class="codeview"><tmpl_var name="log_data"></div> </fieldset> </div> -- Gitblit v1.9.1