From 392450ffb412d5fb81ebab0c1e50ac8ea421080a Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Wed, 10 Dec 2008 11:42:03 -0500 Subject: [PATCH] - Improved installer and updater for multiserver mode. Modules and plugins were only configured if the selected service is available on the server. --- interface/web/admin/lib/module.conf.php | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/interface/web/admin/lib/module.conf.php b/interface/web/admin/lib/module.conf.php index 5b63155..0846b9b 100644 --- a/interface/web/admin/lib/module.conf.php +++ b/interface/web/admin/lib/module.conf.php @@ -64,6 +64,13 @@ 'target' => 'content', 'link' => 'admin/server_ip_list.php'); +$items[] = array( 'title' => 'Jobqueue', + 'target' => 'content', + 'link' => 'admin/datalog_list.php'); + +$items[] = array( 'title' => 'Log', + 'target' => 'content', + 'link' => 'admin/log_list.php'); $module['nav'][] = array( 'title' => 'Servers', 'open' => 1, @@ -90,7 +97,13 @@ '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, -- Gitblit v1.9.1