Add more descriptive labels for the custom_dns entry form.

Signed-off-by: Chris Heath <cheath@spectrumsi.com>
This commit is contained in:
Chris Heath
2020-02-18 19:51:51 -06:00
parent e169bec9c3
commit 035be7b6d6
+2 -2
View File
@@ -29,11 +29,11 @@
<div class="box-body">
<div class="row">
<div class="col-md-6">
<label for="ex1">Name:</label>
<label for="domain">Domain:</label>
<input id="domain" type="text" class="form-control" placeholder="Add a domain (example.com or sub.example.com)">
</div>
<div class="col-md-6">
<label for="ex2">Description:</label>
<label for="ip">IP Address:</label>
<input id="ip" type="text" class="form-control" placeholder="Associated IP address">
</div>
</div>