mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 12:48:29 +00:00
Add glowing notification that users should disabled their router's DHCP server when first activating the DHCP server
This commit is contained in:
@@ -55,6 +55,7 @@ $(".confirm-flushlogs").confirm({
|
||||
|
||||
$("#DHCPchk").click(function() {
|
||||
$("input.DHCPgroup").prop("disabled", !this.checked);
|
||||
$("#dhcpnotice").prop("hidden", !this.checked).addClass("lookatme");
|
||||
});
|
||||
|
||||
var leasetable;
|
||||
|
||||
Reference in New Issue
Block a user