settings-dhcp: drop unused lookatme-text attribute

Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
XhmikosR
2025-05-18 22:50:36 +03:00
committed by GitHub
parent 53a88352c2
commit 38f41e1db2

View File

@@ -25,7 +25,7 @@ mg.include('scripts/lua/settings_header.lp','r')
<div class="col-md-12"> <div class="col-md-12">
<div> <div>
<input type="checkbox" id="dhcp.active" data-key="dhcp.active"><label for="dhcp.active"><strong>DHCP server enabled</strong></label> <input type="checkbox" id="dhcp.active" data-key="dhcp.active"><label for="dhcp.active"><strong>DHCP server enabled</strong></label>
<p class="help-block" id="dhcpnotice" lookatme-text="Make sure your router's DHCP server is disabled when using the Pi-hole DHCP server!">Make sure your router's DHCP server is disabled when using the Pi-hole DHCP server!</p> <p class="help-block" id="dhcpnotice">Make sure your router's DHCP server is disabled when using the Pi-hole DHCP server!</p>
</div> </div>
</div> </div>
<div class="col-xs-12"> <div class="col-xs-12">