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:
@@ -8,6 +8,7 @@
|
||||
<form action="{{ route('services.templates.store') }}" method="POST" role="form"
|
||||
class="form-horizontal services-templates-form col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2 col-sm-12">
|
||||
<legend>@lang('Create Service Template')</legend>
|
||||
<div class='alert alert-info'>Service Template will created for the specified Device Group.</div>
|
||||
@csrf
|
||||
|
||||
@include('service-template.form')
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
<form action="{{ route('services.templates.update', $service_template->id) }}" method="POST" role="form"
|
||||
class="form-horizontal services-templates-form col-md-10 col-md-offset-1 col-sm-12">
|
||||
<legend>@lang('Edit Service Template'): {{ $service_template->name }}</legend>
|
||||
<div class='alert alert-info'>Service Template will edited for the specified Device Group.</div>
|
||||
{{ method_field('PUT') }}
|
||||
@csrf
|
||||
|
||||
|
||||
Reference in New Issue
Block a user