Merge pull request #1166 from Nedlinin/fix/custom-dns-entry-labels

Add more descriptive labels for the custom_dns entry form.
This commit is contained in:
Adam Warner
2020-02-19 14:53:44 +00:00
committed by GitHub

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>