mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Add domain history
This commit is contained in:
@@ -12,6 +12,7 @@ function populateDomainEditModal(client_id, domain_id) {
|
||||
// Access the domain info (one), registrars (multiple) and webhosts (multiple)
|
||||
const domain = response.domain[0];
|
||||
const vendors = response.vendors;
|
||||
const history = response.history;
|
||||
|
||||
// Populate the domain modal fields
|
||||
document.getElementById("editDomainHeader").innerText = domain.domain_name;
|
||||
@@ -112,6 +113,9 @@ function populateDomainEditModal(client_id, domain_id) {
|
||||
}
|
||||
});
|
||||
|
||||
// Domain History
|
||||
document.getElementById('editDomainHistoryContainer').innerHTML = history;
|
||||
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user