mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
service templates - move to blade -wip
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
</div>
|
||||
</div>
|
||||
@foreach($device_groups as $device_group)
|
||||
<x-panel class="fa fa-th fa-fw fa-lg" id="manage-services-templates-panel-dg" title="{{ __('Device Group:') }} {{ $device_group->name }}">
|
||||
<x-panel class="fa fa-th fa-fw fa-lg" id="manage-services-templates-panel-dg" title="{{ __('Device Group:') }} ({{ $device_group->name }})">
|
||||
<div class="table-responsive">
|
||||
<table id="manage-services-templates-table" class="table table-condensed table-hover">
|
||||
<thead>
|
||||
|
||||
Reference in New Issue
Block a user