summaryrefslogtreecommitdiff
path: root/httemplate/elements/menu.html
diff options
context:
space:
mode:
authorivan <ivan>2011-10-14 08:56:14 +0000
committerivan <ivan>2011-10-14 08:56:14 +0000
commitdac4bb8dc3fcdd36fdcaf445c12134103a9d599e (patch)
treee0d89739917057214c94f580de2aff82efd19d34 /httemplate/elements/menu.html
parenta2c71f908a8e1b529f53abbfeb990a4fd0af7468 (diff)
maintain freeradius nas table, RT#14697
Diffstat (limited to 'httemplate/elements/menu.html')
-rw-r--r--httemplate/elements/menu.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html
index cd9fe06a1..b59e43b91 100644
--- a/httemplate/elements/menu.html
+++ b/httemplate/elements/menu.html
@@ -549,8 +549,9 @@ $config_misc{'Inventory classes and inventory'} = [ $fsurl.'browse/inventory_cla
$config_misc{'Hardware types'} = [ $fsurl.'browse/hardware_class.html', 'Set up hardware type catalog' ]
if $curuser->access_right('Configuration');
-$config_misc{'RADIUS Groups'} = [ $fsurl.'browse/radius_group.html', 'Manage RADIUS groups' ]
- if $curuser->access_right('Configuration');
+if ( $curuser->access_right('Configuration') ) {
+ $config_misc{'RADIUS Groups'} = [ $fsurl.'browse/radius_group.html', 'Manage RADIUS groups' ];
+ $config_misc{'RADIUS Clients'} = [ $fsurl.'browse/nas.html', 'Manage RADIUS clients' ];
tie my %config_menu, 'Tie::IxHash';
if ( $curuser->access_right('Configuration' ) ) {