From 079ed216a87dacc3ecdafbca6f2ab2d0a199dfc0 Mon Sep 17 00:00:00 2001 From: Smittix Date: Thu, 5 Feb 2026 17:14:39 +0000 Subject: [PATCH] Make Detected Threats panel items clickable to show device details Co-Authored-By: Claude Opus 4.5 --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 7fa8171..f2490ff 100644 --- a/templates/index.html +++ b/templates/index.html @@ -11968,7 +11968,7 @@ threatList.innerHTML = '
Monitoring active — nothing flagged
Signals are being analyzed against baseline thresholds. This does not rule out passive or dormant devices.
'; } else { threatList.innerHTML = '
' + threatItems.map(t => ` -
+
${escapeHtml(t.threat_type || 'Unknown')} ${t.severity}