Exchanged <textarea> by <pre> to have word wraping control + added some text to the Help Center

This commit is contained in:
DL6ER
2016-12-12 16:09:44 +01:00
parent 7d4234b208
commit 8dea523dbd
2 changed files with 12 additions and 3 deletions
+2 -3
View File
@@ -125,9 +125,8 @@
<?php if($DHCP) { ?>
<label>DHCP leases</label>
<div class="col-md-12">
<div class="form-group">
<textarea name="clients" class="form-control" rows="4" placeholder="DHCP leases will be shown here" disabled><?php echo file_get_contents("/etc/pihole/dhcp.leases"); ?></textarea>
</div>
<pre style=" height: 10em; overflow-y: scroll;"><?php echo file_get_contents("/etc/pihole/dhcp.leases"); ?></pre>
</div>
<?php } ?>
</div>