mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-01-05 08:15:54 +00:00
dhcp.js: fixed minor ui issues.
This commit is contained in:
@@ -268,6 +268,9 @@ function clearDhcpScopeForm() {
|
||||
$("#txtDhcpScopeLeaseTimeHours").val("0");
|
||||
$("#txtDhcpScopeLeaseTimeMinutes").val("0");
|
||||
$("#txtDhcpScopeOfferDelayTime").val("0");
|
||||
$("#chkDhcpScopePingCheckEnabled").prop("checked", false);
|
||||
$("#txtDhcpScopePingCheckTimeout").val("1000");
|
||||
$("#txtDhcpScopePingCheckRetries").val("2");
|
||||
$("#txtDhcpScopeDomainName").val("");
|
||||
$("#txtDhcpScopeDnsTtl").val("900");
|
||||
$("#txtDhcpScopeServerAddress").val("");
|
||||
|
||||
Reference in New Issue
Block a user