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