summaryrefslogtreecommitdiff
path: root/httemplate/edit/process
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/edit/process
parentb412c2545d8862278343adc1ef17cc297e11ad6d (diff)
torrus access rights, RT10574
Diffstat (limited to 'httemplate/edit/process')
-rw-r--r--httemplate/edit/process/torrus_srvderive.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/process/torrus_srvderive.html b/httemplate/edit/process/torrus_srvderive.html
index c3260bc8a..d7aacffca 100644
--- a/httemplate/edit/process/torrus_srvderive.html
+++ b/httemplate/edit/process/torrus_srvderive.html
@@ -13,7 +13,7 @@
<%init>
die "access denied"
- unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
+ unless $FS::CurrentUser::CurrentUser->access_right('Configure network monitoring');
my $nms = new FS::NetworkMonitoringSystem;
my @serviceids = $nms->torrus_serviceids;