More UI / Icons / Wording work on the pop up modals

This commit is contained in:
johnnyq
2023-01-12 23:39:02 -05:00
parent 0ffe1b9c75
commit df9182cd78
53 changed files with 182 additions and 180 deletions

View File

@@ -137,7 +137,7 @@ include("client_domain_add_modal.php");
const vendors = response.vendors;
// Populate the domain modal fields
document.getElementById("editHeader").innerText = " " + domain.domain_name;
document.getElementById("editHeader").innerText = domain.domain_name;
document.getElementById("editDomainId").value = domain_id;
document.getElementById("editDomainName").value = domain.domain_name;
document.getElementById("editExpire").value = domain.domain_expire;