mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Revert "service templates - move to blade -wip"
This reverts commit 3517f85e6d.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user