X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Fmenu.html;h=c385cb4c723460ef0a6237aec1eaf612b71b24d8;hp=ee4f17495e6580f8bbdceefadc0a262c4ae02672;hb=53c4589b2950b3ed85bcacfb707430c60cd1021e;hpb=d1803f981555834967c8164aa7dba45e96cd6569 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' ]