From 2e272f91b070da8c5cbc4f475838bedfe3128ff1 Mon Sep 17 00:00:00 2001
From: redray <redray@ispconfig3>
Date: Tue, 02 Dec 2008 06:18:08 -0500
Subject: [PATCH] some css enhancements for the sysmonitor
---
interface/web/monitor/lib/module.conf.php | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/interface/web/monitor/lib/module.conf.php b/interface/web/monitor/lib/module.conf.php
index f89b70c..c39234f 100644
--- a/interface/web/monitor/lib/module.conf.php
+++ b/interface/web/monitor/lib/module.conf.php
@@ -133,13 +133,13 @@
'target' => 'content',
'link' => 'monitor/show_log.php?log=log_clamav');
+$items[] = array( 'title' => "Show RKHunter-Log",
+ 'target' => 'content',
+ 'link' => 'monitor/show_data.php?type=rkhunter');
+
$items[] = array( 'title' => "Show ISPConfig-Log",
'target' => 'content',
'link' => 'monitor/show_log.php?log=log_ispconfig');
-
-//$items[] = array( 'title' => "Show RKHunter-Log",
-// 'target' => 'content',
-// 'link' => 'monitor/show_data.php?type=rkhunter');
$module["nav"][] = array( 'title' => 'Logfiles',
'open' => 1,
--
Gitblit v1.9.1