diff options
author | Simon Rettberg | 2019-03-26 12:07:42 +0100 |
---|---|---|
committer | Simon Rettberg | 2019-03-26 12:07:42 +0100 |
commit | f53e563e0e671364963513579c7b4aaea5e0bbb1 (patch) | |
tree | 671dcf281f4cac276c6c20eaa17232a486703c28 /config.php.example | |
parent | [inc/Dashboard] Add feature to collapse sections in sidebar mode (diff) | |
download | slx-admin-f53e563e0e671364963513579c7b4aaea5e0bbb1.tar.gz slx-admin-f53e563e0e671364963513579c7b4aaea5e0bbb1.tar.xz slx-admin-f53e563e0e671364963513579c7b4aaea5e0bbb1.zip |
Use collapse mode for translations, runmode, rebootcontrol
Also shuffle around modules.
Diffstat (limited to 'config.php.example')
-rw-r--r-- | config.php.example | 8 |
1 files changed, 4 insertions, 4 deletions
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 |