diff options
author | levinse <levinse> | 2010-12-30 00:15:12 +0000 |
---|---|---|
committer | levinse <levinse> | 2010-12-30 00:15:12 +0000 |
commit | 3da7811e91e0c6937304a7b98aec5c1c433c3643 (patch) | |
tree | b6eed3775a0e7993f4f269059f36c2547113689d /httemplate/elements | |
parent | 6fc8a42e503e4e1f12659e1cfef7f5f26577034f (diff) |
unprovisioned services by type report, RT10255
Diffstat (limited to 'httemplate/elements')
-rw-r--r-- | httemplate/elements/menu.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 339cc8be7..3c5ce23ef 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -130,6 +130,12 @@ if ( $curuser->access_right('Configuration') ) { $report_services{'Service definitions'} = [ $fsurl.'browse/part_svc.cgi?orderby=active', 'Service definitions by number of active packages' ]; $report_services{'separator'} = ''; } + +if ( $curuser->access_right('List services') ) { + $report_services{'Unprovisioned services'} = [ $fsurl.'search/report_unprovisioned_services.html', 'Unprovisioned services' ]; + $report_services{'separator2'} = ''; +} + foreach my $svcdb ( FS::part_svc->svc_tables() ) { my $name = "FS::$svcdb"->table_info->{'name_plural'} |