From f53e563e0e671364963513579c7b4aaea5e0bbb1 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 26 Mar 2019 12:07:42 +0100 Subject: Use collapse mode for translations, runmode, rebootcontrol Also shuffle around modules. --- config.php.example | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'config.php.example') diff --git a/config.php.example b/config.php.example index 0de6fd8d..b78ace80 100644 --- a/config.php.example +++ b/config.php.example @@ -43,18 +43,18 @@ define('CONFIG_PRODUCT_NAME_LONG', 'OpenSLX Admin'); // overriding the config.json entry $MENU_CAT_OVERRIDE = array( 'main.content' => array( - 'news', 'locations', 'exams', 'dozmod', 'translation' + 'news', 'locations', 'exams', 'dozmod', 'adduser', 'permissionmanager', 'locationinfo' ), 'main.settings-client' => array( 'sysconfig', 'baseconfig', 'minilinux' ), 'main.settings-server' => array( - 'serversetup', 'vmstore', 'webinterface', 'backup' + 'serversetup', 'vmstore', 'webinterface', 'backup', 'dnbd3' ), 'main.status' => array( 'systemstatus', 'eventlog', 'syslog', 'statistics', 'statistics_reporting' ), - 'main.beta' => array( - 'locationinfo', 'rebootcontrol' + 'main.etc' => array( + 'rebootcontrol', 'runmode', 'translation' ) ); \ No newline at end of file -- cgit v1.2.3-55-g7522