mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Add more descriptive labels for the custom_dns entry form.
Signed-off-by: Chris Heath <cheath@spectrumsi.com>
This commit is contained in:
+2
-2
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user