diff options
author | Matteo Pasotti <matteo.pasotti@gmail.com> | 2014-01-26 15:03:24 +0100 |
---|---|---|
committer | Matteo Pasotti <matteo.pasotti@gmail.com> | 2014-01-26 15:03:24 +0100 |
commit | bc62119944dd3c1220eda9581f0275f7fcb46ced (patch) | |
tree | e2deba556ad35d3f433c19ff7fe3d5530ef0145e | |
parent | 267ce4f56d85f1fd618d9c03daa0f3e0514dd8c6 (diff) | |
download | manatools-bc62119944dd3c1220eda9581f0275f7fcb46ced.tar manatools-bc62119944dd3c1220eda9581f0275f7fcb46ced.tar.gz manatools-bc62119944dd3c1220eda9581f0275f7fcb46ced.tar.bz2 manatools-bc62119944dd3c1220eda9581f0275f7fcb46ced.tar.xz manatools-bc62119944dd3c1220eda9581f0275f7fcb46ced.zip |
- hostmanager added
-rw-r--r-- | categories.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/categories.conf b/categories.conf index 5f06c2c4..ce2c9501 100644 --- a/categories.conf +++ b/categories.conf @@ -30,6 +30,9 @@ <module> <class>AdminPanel::Users::GUsers</class> </module> + <module> + <class>AdminPanel::Hosts::GHosts</class> + </module> </category> <category> <title>Hardware</title> |