mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Add service templates
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('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>
|
||||
|
||||
Reference in New Issue
Block a user