service templates - move to blade - button fixes

This commit is contained in:
Anthony F McInerney
2020-10-18 16:24:01 +01:00
parent fb9b7b3831
commit 928bbf056a
@@ -19,7 +19,7 @@
<button type="button" title="@lang('Apply Service Templates')" class="btn btn-success" aria-label="@lang('Apply Service Templates')"
onclick="discover_st(this, '{{ 'All' }}', '{{ route('services.templates.discover') }}')">
<i
class="fa fa-refresh" aria-hidden="true"></i> @lang('New Service Template')</button>
class="fa fa-refresh" aria-hidden="true"></i> @lang('Apply Service Templates')</button>
</div>
</div>
@foreach($device_groups as $device_group)