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_data.htm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/interface/web/monitor/templates/show_data.htm b/interface/web/monitor/templates/show_data.htm
index 8b753d9..0dc489e 100644
--- a/interface/web/monitor/templates/show_data.htm
+++ b/interface/web/monitor/templates/show_data.htm
@@ -3,7 +3,7 @@
 <div class="panel panel_system">
 
   <div class="pnl_formarea">
-    <fieldset><legend></legend>
+    <fieldset><legend>Data from: <tmpl_var name="time"></legend>
       <div class="systemmonitor"><tmpl_var name="output"></div>
     </fieldset>
   </div>

--
Gitblit v1.9.1