mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-03-09 06:55:41 +00:00
webapp: added comments text box to add/edit modal.
This commit is contained in:
@@ -2137,6 +2137,13 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="txtAddEditRecordComments" class="col-sm-4 control-label">Comments</label>
|
||||
<div class="col-sm-7">
|
||||
<textarea id="txtAddEditRecordComments" class="form-control" rows="3"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="submit" class="btn btn-primary" id="btnAddEditRecord" data-loading-text="Saving...">Save</button>
|
||||
|
||||
Reference in New Issue
Block a user