diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-02-09 21:07:57 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-02-09 21:07:57 -0800 |
commit | b06cbe907c8b7b655db21ca547b46f9f0241a443 (patch) | |
tree | 2d543d15b4e537657cce9650856978f12993bb6c /httemplate/elements | |
parent | 4b51d95adb7a3625d462cb60e4cb733749584d0a (diff) |
log statistics, RT#39822
Diffstat (limited to 'httemplate/elements')
-rw-r--r-- | httemplate/elements/menu.html | 2 |
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' ] |