Fetch A record details for domain when added

This commit is contained in:
Marcus Hill
2022-03-13 09:32:08 +00:00
parent 438e7ac838
commit ead895aad5
3 changed files with 15 additions and 2 deletions

View File

@@ -168,6 +168,7 @@ include("client_domain_add_modal.php");
document.getElementById("editDomainId").value = domain_id;
document.getElementById("editDomainName").value = domain.domain_name;
document.getElementById("editExpire").value = domain.domain_expire;
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("editRawWhois").value = domain.domain_raw_whois;