From 2523a5ac3894f29bfe3e1cdfc71414f487084880 Mon Sep 17 00:00:00 2001 From: Gergely Szell Date: Tue, 18 Nov 2025 09:12:38 +0100 Subject: [PATCH] Fix link to per-stream net/node graphs --- www/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/index.html b/www/index.html index 2f7ac967..69126e6f 100644 --- a/www/index.html +++ b/www/index.html @@ -127,7 +127,7 @@ const isChecked = checkboxStates[name] ? 'checked' : ''; tr.innerHTML = `` + - `${online} / info / probe / net` + + `${online} / info / probe / net` + `${links}`; }