Add functionality to delete service

This commit is contained in:
Marcus Hill
2022-01-27 22:21:58 +00:00
parent d2da0545e1
commit e509cc5719
3 changed files with 23 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
<div class="modal-dialog modal-md">
<div class="modal-content bg-dark">
<div class="modal-header">
<h5 class="modal-title text-white"><i class="fa fa-fw fa-stream mr-2"></i><?php echo $service_name; ?> </h5>
<h5 class="modal-title text-white"><i class="fa fa-fw fa-stream mr-2"></i></h5>
<button type="button" class="close text-white" data-dismiss="modal">
<span aria-hidden="true">&times;</span>
</button>