diff options
author | Angelo Naselli <anaselli@linux.it> | 2014-12-12 14:06:08 +0100 |
---|---|---|
committer | Angelo Naselli <anaselli@linux.it> | 2014-12-12 14:06:08 +0100 |
commit | aaef9bf5e0be947b6412344542b8210eb8561374 (patch) | |
tree | 22d1fd777eee7250b89746a694eb14e3df3db966 /extras/conf | |
parent | 83596e9bbd26803ee35991390ed3788812e871b4 (diff) | |
download | manatools-aaef9bf5e0be947b6412344542b8210eb8561374.tar manatools-aaef9bf5e0be947b6412344542b8210eb8561374.tar.gz manatools-aaef9bf5e0be947b6412344542b8210eb8561374.tar.bz2 manatools-aaef9bf5e0be947b6412344542b8210eb8561374.tar.xz manatools-aaef9bf5e0be947b6412344542b8210eb8561374.zip |
preparing for a release
Diffstat (limited to 'extras/conf')
-rw-r--r-- | extras/conf/categories.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/extras/conf/categories.conf b/extras/conf/categories.conf index 88a96092..1e30d2c1 100644 --- a/extras/conf/categories.conf +++ b/extras/conf/categories.conf @@ -39,4 +39,11 @@ <class>AdminPanel::Module::Proxy</class> </module> </category> + <category> + <title>Boot</title> + <icon>/usr/share/icons/boot_init_section.png</icon> + <module> + <class>AdminPanel::Module::DisplayManager</class> + </module> + </category> </categories> |