Add notes to certs

This commit is contained in:
Marcus Hill
2023-12-31 11:13:57 +00:00
parent d3b59edfe4
commit 86b31ada1f
4 changed files with 19 additions and 4 deletions

View File

@@ -21,6 +21,7 @@ function populateCertificateEditModal(client_id, certificate_id) {
document.getElementById("editIssuedBy").value = certificate.certificate_issued_by;
document.getElementById("editExpire").value = certificate.certificate_expire;
document.getElementById("editPublicKey").value = certificate.certificate_public_key;
document.getElementById("editNotes").value = certificate.certificate_notes;
// Select the domain dropdown
var domainDropdown = document.getElementById("editDomainId");