diff --git a/rmo/template/status.html b/rmo/template/status.html index a7068f97..c4f8f98f 100644 --- a/rmo/template/status.html +++ b/rmo/template/status.html @@ -53,6 +53,9 @@ function renderReports(features) { }); } report_table.reports = reports; + + const report_count = document.getElementById("report-count"); + report_count.innerHTML = reports.length + " Reports Found"; } function onLoad() { const map = document.querySelector("map-multipoint"); @@ -187,7 +190,7 @@ document.addEventListener('DOMContentLoaded', onLoad);