Add notes to certs

This commit is contained in:
Marcus Hill
2023-12-31 11:13:57 +00:00
parent d3b59edfe4
commit 86b31ada1f
4 changed files with 19 additions and 4 deletions

View File

@@ -65,6 +65,11 @@
</div>
</div>
<div class="form-group">
<label>Notes</label>
<textarea class="form-control" rows="3" placeholder="Enter some notes" name="notes" id="editNotes"></textarea>
</div>
<div class="form-group">
<label>Domain</label>
<div class="input-group">
@@ -75,7 +80,9 @@
</select>
</div>
</div>
</div>
<div class="modal-footer bg-white">
<button type="submit" name="edit_certificate" class="btn btn-primary text-bold"><i class="fa fa-check mr-2"></i>Save</button>
<button type="button" class="btn btn-light" data-dismiss="modal"><i class="fa fa-times mr-2"></i>Cancel</button>
@@ -83,4 +90,4 @@
</form>
</div>
</div>
</div>
</div>