diff --git a/templates/index.html b/templates/index.html index bdb340b..c2d0d33 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1375,14 +1375,40 @@

Deep Scan

Critical CVEs: --

-
-

Dragnet Scan

+
+
+

Monitoring Hub

+ +
+ +
-

Time taken: --:--:--

-

Total Hosts: --

+

Last sweep: --:--:--

+

Hosts seen: --

Open Ports: --

Critical CVEs: --

+ +
+ +
+ Auto-Monitor + Off +
+ + + +
+ Changes vs last scan + -- +
+ + +
+

nmap -iL discovered - exhaustive

@@ -1652,6 +1678,9 @@

Scan Complete!

if (typeof initializeCustomerUI === 'function') { initializeCustomerUI(socket); } + if (typeof initializeMonitoringHub === 'function') { + initializeMonitoringHub(socket); + } if (typeof initializeAuditLog === 'function') { initializeAuditLog(); }