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:
@@ -19,7 +19,7 @@ if (Auth::user()->hasGlobalAdmin()) {
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
||||
<h2 class="modal-title" id="Delete">Confirm Delete</h2>
|
||||
<h2 class="modal-title" id="Delete">Delete Service</h2>
|
||||
</div>
|
||||
<div class='alert alert-info'>Service will be deleted.</div>
|
||||
<div class='well well-lg'>
|
||||
|
||||
@@ -21,12 +21,12 @@ if (Auth::user()->hasGlobalAdmin()) {
|
||||
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
||||
<h2 class="modal-title" id="Delete">Delete Service Template</h2>
|
||||
</div>
|
||||
<div class='alert alert-info'>Service Template will be deleted.</div>
|
||||
<div class='alert alert-warning'>Service Template will be deleted.</div>
|
||||
<div class='well well-lg'>
|
||||
<div class="modal-body">
|
||||
<p>Please confirm that you would like to delete:<?php echo $vars['service_template_name']; ?></p>
|
||||
</div>
|
||||
<div class='alert alert-info'>All Services created by this Template will also be deleted!.</div>
|
||||
<div class='alert alert-danger'>All Services created by this Template will also be deleted!.</div>
|
||||
<hr>
|
||||
<form role="form" class="remove_token_form">
|
||||
<?php echo csrf_field() ?>
|
||||
|
||||
@@ -19,7 +19,7 @@ if (Auth::user()->hasGlobalAdmin()) {
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
||||
<h2 class="modal-title" id="Discover">Confirm Apply Service Template</h2>
|
||||
<h2 class="modal-title" id="Discover">Apply Service Template</h2>
|
||||
</div>
|
||||
<div class='alert alert-info'>Service Template will be Applied.</div>
|
||||
<div class='well well-lg'>
|
||||
|
||||
@@ -19,9 +19,9 @@ if (Auth::user()->hasGlobalAdmin()) {
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
||||
<h2 class="modal-title" id="Remove">Confirm Remove Services</h2>
|
||||
<h2 class="modal-title" id="Remove">Remove Services</h2>
|
||||
</div>
|
||||
<div class='alert alert-info'>Service Template will be Removed.</div>
|
||||
<div class='alert alert-warning'>Service Template will be Removed.</div>
|
||||
<div class='well well-lg'>
|
||||
<div class="modal-body">
|
||||
<p>Please confirm that you would like to remove all Services created by this Service Template.</p>
|
||||
|
||||
Reference in New Issue
Block a user