summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-07-27 12:29:12 -0700
committerIvan Kohler <ivan@freeside.biz>2014-07-27 12:29:12 -0700
commit08cf05e4cb9a5367eae210205e38ce33a871b9e7 (patch)
tree99376813daa2643735b55c272a71bcc2ff0b02d7 /httemplate/elements
parentdf2a87672acaed825b7399bf909a69314bb0d9c0 (diff)
status, RT#30241
Diffstat (limited to 'httemplate/elements')
-rw-r--r--httemplate/elements/menu.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html
index 78388bfc8..8355d7a2c 100644
--- a/httemplate/elements/menu.html
+++ b/httemplate/elements/menu.html
@@ -493,6 +493,9 @@ $tools_menu{'Importing'} = [ \%tools_importing, 'Import tools' ]
if $curuser->access_right('Import');
$tools_menu{'Exporting'} = [ \%tools_exporting, 'Export tools' ]
if $curuser->access_right('Export');
+$tools_menu{'Status'} = [ $fsurl.'view/Status.html', 'System status' ]
+ if $curuser->access_right('Configuration'); # 'View system status');
+
tie my %config_employees, 'Tie::IxHash',
'Employees' => [ $fsurl.'browse/access_user.html', 'Setup internal users' ],