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:
@@ -25,7 +25,8 @@ if (Auth::user()->hasGlobalAdmin()) {
|
||||
<div class='well well-lg'>
|
||||
<div class="modal-body">
|
||||
<p>Please confirm that you would like to delete:</p>
|
||||
<p><strong><center><?php echo $service_template_name; ?></center></strong></p>
|
||||
<p><?php echo $service_template_name; ?></p>
|
||||
<p><?php echo $service_template_id; ?></p>
|
||||
<div class="form-group row">
|
||||
<div class="col-sm-12 alert alert-info">
|
||||
<label class='control-label text-left input-sm'>Please Tick this box to remove Services from Devices, that have been created with this Template.</label>
|
||||
|
||||
Reference in New Issue
Block a user