Add TXT records under domain records

This commit is contained in:
Marcus Hill
2022-07-07 20:17:16 +01:00
parent 85dc681360
commit cf6bf88e4f
8 changed files with 32 additions and 9 deletions

View File

@@ -143,6 +143,7 @@ include("client_domain_add_modal.php");
document.getElementById("editDomainIP").value = domain.domain_ip;
document.getElementById("editNameServers").value = domain.domain_name_servers;
document.getElementById("editMailServers").value = domain.domain_mail_servers;
document.getElementById("editTxtRecords").value = domain.domain_txt;
document.getElementById("editRawWhois").value = domain.domain_raw_whois;
/* DROPDOWNS */