summaryrefslogtreecommitdiff
path: root/httemplate/elements/menu.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-02-09 21:07:56 -0800
committerIvan Kohler <ivan@freeside.biz>2016-02-09 21:07:56 -0800
commit53c4589b2950b3ed85bcacfb707430c60cd1021e (patch)
treebed1818a9e8c163327a3894d7b3eec2d2c6f8559 /httemplate/elements/menu.html
parentd1803f981555834967c8164aa7dba45e96cd6569 (diff)
log statistics, RT#39822
Diffstat (limited to 'httemplate/elements/menu.html')
-rw-r--r--httemplate/elements/menu.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html
index ee4f17495..c385cb4c7 100644
--- a/httemplate/elements/menu.html
+++ b/httemplate/elements/menu.html
@@ -528,6 +528,8 @@ $tools_system{'Status'} = [ $fsurl.'view/Status.html', 'System status' ]
if $curuser->access_right('Configuration'); # 'View system status');
$tools_system{'Job Queue'} = [ $fsurl.'search/queue.html', 'View pending job queue' ]
if $curuser->access_right('Job queue');
+$tools_system{'Access log statistics'} = [ $fsurl.'search/report_access_user_log.html?group_by=path', '' ]
+ if $curuser->access_right('Configuration'); # 'View profiling data');
tie my %tools_menu, 'Tie::IxHash', ();
$tools_menu{'Customers'} = [ \%tools_customers, 'Customer tools' ]