summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorlevinse <levinse>2011-05-15 15:44:09 +0000
committerlevinse <levinse>2011-05-15 15:44:09 +0000
commite39f81dae87d882c0ea4f6f1918fa9cae6d2fc61 (patch)
tree21bc512c1c89e255a5f1c68ef8fb2916fa603883 /httemplate/elements
parentb412c2545d8862278343adc1ef17cc297e11ad6d (diff)
torrus access rights, RT10574
Diffstat (limited to 'httemplate/elements')
-rw-r--r--httemplate/elements/menu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html
index 5e2e54835..b5d48a7cb 100644
--- a/httemplate/elements/menu.html
+++ b/httemplate/elements/menu.html
@@ -583,7 +583,7 @@ $config_menu{'Broadband'} = [ \%config_broadband, '' ]
$config_menu{'Phone'} = [ \%config_phone, '' ]
if $curuser->access_right('Configuration');
$config_menu{'Network Monitoring'} = [ \%config_nms, '' ]
- if $curuser->access_right('Configuration')
+ if $curuser->access_right('Configure network monitoring')
&& $conf->config('network_monitoring_system') eq 'Torrus_Internal';
$config_menu{'Miscellaneous'} = [ \%config_misc, '' ]
if $curuser->access_right('Configuration' )