Enhancement moved to media css for domain listing and added description field

This commit is contained in:
johnnyq
2024-03-21 16:07:54 -04:00
parent ed20681790
commit 7d22f208b8
5 changed files with 115 additions and 60 deletions

View File

@@ -17,6 +17,7 @@ function populateDomainEditModal(client_id, domain_id) {
document.getElementById("editDomainHeader").innerText = domain.domain_name;
document.getElementById("editDomainId").value = domain_id;
document.getElementById("editDomainName").value = domain.domain_name;
document.getElementById("editDomainDescription").value = domain.domain_description;
document.getElementById("editDomainExpire").value = domain.domain_expire;
document.getElementById("editDomainNotes").value = domain.domain_notes;
document.getElementById("editDomainIP").value = domain.domain_ip;