mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-03-06 21:45:15 +00:00
webapp: minor fix.
This commit is contained in:
@@ -58,7 +58,7 @@ function showPageMain(username) {
|
||||
$("#divViewZones").show();
|
||||
$("#divEditZone").hide();
|
||||
|
||||
$("#txtDnsClientNameServer").val("This Server (this-server)");
|
||||
$("#txtDnsClientNameServer").val("This Server {this-server}");
|
||||
$("#txtDnsClientDomain").val("");
|
||||
$("#optDnsClientType").val("A");
|
||||
$("#optDnsClientProtocol").val("UDP");
|
||||
|
||||
Reference in New Issue
Block a user