Revert "service templates - move to blade -wip"

This reverts commit 3517f85e6d.
This commit is contained in:
Anthony F McInerney
2020-10-14 17:11:00 +01:00
parent 3517f85e6d
commit c979a50d50
+3 -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('Services Templates')</a>
</li>
@if($service_counts['warning'] || $service_counts['critical'])
<li role="presentation" class="divider"></li>
@if($service_counts['warning'])
@@ -254,11 +257,6 @@
@endif
@admin
<li role="presentation" class="divider"></li>
@can('manage', \App\Models\ServiceTemplate::class)
<li><a href="{{ url('services-templates') }}"><i class="fa fa-cogs fa-fw fa-lg"
aria-hidden="true"></i> @lang('Services Templates')</a>
</li>
@endcan
<li><a href="{{ url('addsrv') }}"><i class="fa fa-plus fa-fw fa-lg"
aria-hidden="true"></i> @lang('Add Service')</a></li>
@endadmin