summaryrefslogtreecommitdiff
path: root/httemplate/elements/menu.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-04-30 02:34:51 -0700
committerIvan Kohler <ivan@freeside.biz>2015-04-30 02:34:51 -0700
commit7d34aacffa38c4cac09b54080487a66c264e4668 (patch)
treee3b27abf58b2c71ff3a12eb18971140c60e6d973 /httemplate/elements/menu.html
parent58cdf1b78c0cd419eacf7db8661564af050e0f12 (diff)
service dependencies: UI, RT#33685
Diffstat (limited to 'httemplate/elements/menu.html')
-rw-r--r--httemplate/elements/menu.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html
index 0aefcd77a..e152cb690 100644
--- a/httemplate/elements/menu.html
+++ b/httemplate/elements/menu.html
@@ -577,6 +577,7 @@ tie my %config_export_svc, 'Tie::IxHash', ();
if ( $curuser->access_right('Configuration') ) {
$config_export_svc{'Service definitions'} = [ $fsurl.'browse/part_svc.cgi', 'Services are items you offer to your customers' ];
$config_export_svc{'Service classes'} = [ $fsurl.'browse/part_svc_class.html', 'Services classes are user-defined, informational types for services' ];
+ $config_export_svc{'Service dependencies'} = [ $fsurl.'browse/part_svc_link.html', 'Services depencies define rules between service definitions' ];
$config_export_svc{'Provisioning exports'} = [ $fsurl.'browse/part_export.cgi', 'Provisioning services to external machines, databases and APIs' ];
}
$config_export_svc{'Dialup'} = [ \%config_dialup, '' ]