From 7162553354e297f7c152144eed24aaecd28e7b43 Mon Sep 17 00:00:00 2001 From: vogelor <vogelor@ispconfig3> Date: Mon, 24 Nov 2008 16:27:37 -0500 Subject: [PATCH] The monitor now monitors the mailq and (on debian/ubuntu) the update-status --- interface/web/admin/lib/module.conf.php | 46 ++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 44 insertions(+), 2 deletions(-) diff --git a/interface/web/admin/lib/module.conf.php b/interface/web/admin/lib/module.conf.php index 8a787a4..b43fdba 100644 --- a/interface/web/admin/lib/module.conf.php +++ b/interface/web/admin/lib/module.conf.php @@ -68,11 +68,48 @@ $module['nav'][] = array( 'title' => 'Servers', 'open' => 1, 'items' => $items); +// cleanup +unset($items); + + +$items[] = array( 'title' => 'Firewall', + 'target' => 'content', + 'link' => 'admin/firewall_list.php'); + + +$module['nav'][] = array( 'title' => 'Firewall', + 'open' => 1, + 'items' => $items); // cleanup unset($items); + +$items[] = array( 'title' => 'Repositories', + 'target' => 'content', + 'link' => 'admin/software_repo_list.php'); + +$items[] = array( 'title' => 'Packages', + 'target' => 'content', + 'link' => 'admin/software_package_list.php'); + +$items[] = array( 'title' => 'Updates', + 'target' => 'content', + 'link' => 'admin/software_update_list.php'); + +$module['nav'][] = array( 'title' => 'Software', + 'open' => 1, + 'items' => $items); + + +// cleanup +unset($items); + + + + +/* $items[] = array( 'title' => 'Add user', 'target' => 'content', 'link' => 'admin/dbsync_edit.php'); @@ -93,6 +130,7 @@ // cleanup unset($items); +*/ @@ -104,6 +142,10 @@ 'target' => 'content', 'link' => 'admin/language_add.php'); +$items[] = array( 'title' => 'Merge', + 'target' => 'content', + 'link' => 'admin/language_complete.php'); + $items[] = array( 'title' => 'Export', 'target' => 'content', 'link' => 'admin/language_export.php'); @@ -117,7 +159,7 @@ 'items' => $items); -// aufr�umen +// cleanup unset($items); /* @@ -135,7 +177,7 @@ 'items' => $items); -// aufr�umen +// cleanup unset($items); */ -- Gitblit v1.9.1