dhcp.js: fixed minor ui issues.

This commit is contained in:
Shreyas Zare
2021-10-09 16:52:44 +05:30
parent 18e4c7f972
commit 71fd232e80

View File

@@ -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("");