From 71d6f2aac83173f2be7e0bc29dae43d2b2d472dc Mon Sep 17 00:00:00 2001 From: eduard256 Date: Fri, 21 Nov 2025 23:02:39 +0300 Subject: [PATCH] Fix missing statistics elements in stream discovery UI Restored stats block (Tested, Found, Remaining) that was accidentally removed when adding mock mode functionality. This fixes JavaScript errors where main.js tried to update non-existent DOM elements. --- webui/web/index.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/webui/web/index.html b/webui/web/index.html index b74d6fc..67434d6 100644 --- a/webui/web/index.html +++ b/webui/web/index.html @@ -216,6 +216,21 @@

Starting scan...

+
+
+ 0 + Tested +
+
+ 0 + Found +
+
+ 0 + Remaining +
+
+