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

diff --git a/interface/web/monitor/templates/show_sys_state.htm b/interface/web/monitor/templates/show_sys_state.htm
index 18430a8..d8d5c37 100644
--- a/interface/web/monitor/templates/show_sys_state.htm
+++ b/interface/web/monitor/templates/show_sys_state.htm
@@ -11,7 +11,7 @@
   </div>
 
   <div class="pnl_formarea">
-    <fieldset><!-- legend>Sys-State</legend -->
+    <fieldset><legend></legend>
       <div class="stateview"><tmpl_var name="state_data"></div>
     </fieldset>
   </div>

--
Gitblit v1.9.1