summaryrefslogtreecommitdiff
path: root/httemplate/edit
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/edit')
-rw-r--r--httemplate/edit/process/torrus_srvderive.html2
-rw-r--r--httemplate/edit/torrus_srvderive.html2
2 files changed, 2 insertions, 2 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;
diff --git a/httemplate/edit/torrus_srvderive.html b/httemplate/edit/torrus_srvderive.html
index b6cdb1a81..63f465420 100644
--- a/httemplate/edit/torrus_srvderive.html
+++ b/httemplate/edit/torrus_srvderive.html
@@ -14,7 +14,7 @@
<%init>
die "access denied"
- unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
+ unless $FS::CurrentUser::CurrentUser->access_right('Configure network monitoring');
my $html_bottom_sub = sub {
my $torrus_srvderive = shift;