Add service templates

This commit is contained in:
Anthony F McInerney
2020-09-15 11:22:32 +01:00
parent 775c318a2c
commit a6de0e9090
+5
View File
@@ -237,6 +237,9 @@
<li><a href="{{ url('services') }}"><i class="fa fa-cogs fa-fw fa-lg"
aria-hidden="true"></i> @lang('All Services')</a>
</li>
<li><a href="{{ url('services-templates') }}"><i class="fa fa-cogs fa-fw fa-lg"
aria-hidden="true"></i> @lang('All Services Templates')</a>
</li>
@if($service_counts['warning'] || $service_counts['critical'])
<li role="presentation" class="divider"></li>
@if($service_counts['warning'])
@@ -256,6 +259,8 @@
<li role="presentation" class="divider"></li>
<li><a href="{{ url('addsrv') }}"><i class="fa fa-plus fa-fw fa-lg"
aria-hidden="true"></i> @lang('Add Service')</a></li>
<li><a href="{{ url('addsrv-template') }}"><i class="fa fa-plus fa-fw fa-lg"
aria-hidden="true"></i> @lang('Add Service Template')</a></li>
@endadmin
</ul>
</li>