- Enforce role check when editing/deleting scheduled tickets

- Add scheduled tickets to client view
- Add search and pagination to scheduled tickets
- Populate scheduled ticket edit modals dynamically
- Minor typos
This commit is contained in:
Marcus Hill
2022-04-10 13:42:47 +01:00
parent fe8fe10492
commit cc4c2e6bf7
11 changed files with 511 additions and 189 deletions

View File

@@ -32,7 +32,7 @@
<div class="input-group-prepend">
<span class="input-group-text"><i class="fa fa-fw fa-globe"></i></span>
</div>
<input type="text" class="form-control" name="name" id="editDomainName" placeholder="Domain name example.com" value="" required>
<input type="text" class="form-control" name="name" id="editDomainName" placeholder="Domain name example.com" value="" required>
</div>
</div>
@@ -64,7 +64,7 @@
<div class="input-group-prepend">
<span class="input-group-text"><i class="fa fa-fw fa-calendar"></i></span>
</div>
<input type="date" class="form-control" id="editExpire" name="expire" value="">
<input type="date" class="form-control" id="editExpire" name="expire">
</div>
</div>