diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-02-28 23:01:48 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-02-28 23:01:48 +0000 |
commit | 4a00d0c2169d4575ee4b607f19226c4e5b72c0e2 (patch) | |
tree | fdef58ccb7351e086cae7324cbcc88c6b9e96296 | |
parent | b350395b1f3f0da083a368f29f852bb41250da0e (diff) | |
download | pfsense-packages-4a00d0c2169d4575ee4b607f19226c4e5b72c0e2.tar.gz pfsense-packages-4a00d0c2169d4575ee4b607f19226c4e5b72c0e2.tar.bz2 pfsense-packages-4a00d0c2169d4575ee4b607f19226c4e5b72c0e2.zip |
Add Hula Admin and Hula Users Login areas
-rw-r--r-- | packages/hula.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/hula.xml b/packages/hula.xml index 2beb7921..7f299424 100644 --- a/packages/hula.xml +++ b/packages/hula.xml @@ -16,6 +16,18 @@ <section>Services</section> <configfile>hula.xml</configfile> </menu> + <menu> + <name>Hula Admin</name> + <tooltiptext>This area will help manage Hula from day to day.</tooltiptext> + <section>Services</section> + <url>http://$myurl:89</url> + </menu> + <menu> + <name>Hula User Login</name> + <tooltiptext>This area is for user logins.</tooltiptext> + <section>Services</section> + <url>http://$myurl:8080</url> + </menu> <!-- Do not save invokes a simple input menu and will not update the configuration database. --> <fields> |