mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-03-09 15:06:18 +00:00
webapp: minor changes.
This commit is contained in:
@@ -763,7 +763,7 @@ function showEditZone(domain) {
|
||||
"<br /><b>Minimum:</b> " + htmlEncode(records[i].rData.minimum);
|
||||
|
||||
if (records[i].rData.primaryAddresses != null) {
|
||||
tableHtmlRows += "<br /><b>Primary Name Servers:</b> " + records[i].rData.primaryAddresses;
|
||||
tableHtmlRows += "<br /><b>Primary Name Server Addresses:</b> " + records[i].rData.primaryAddresses;
|
||||
|
||||
additionalDataAttributes = "data-record-paddresses=\"" + htmlEncode(records[i].rData.primaryAddresses) + "\" ";
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user