From 30e1837535f89f28ededca85f1a7a827217a6cbf Mon Sep 17 00:00:00 2001 From: ChuckBuilds Date: Thu, 16 Jul 2026 18:57:30 -0400 Subject: [PATCH] fix(web): repair dead /v3/logs link on the display hardware-error banner The "Logs tab" link in the display-settings simulation-mode banner was a real to /v3/logs, but no such route has ever existed (log content is loaded client-side via activeTab, not a dedicated page route) - the link 404'd regardless of the /v3 prefix change. Switch it to the same activeTab-switching pattern the real nav uses. --- web_interface/templates/v3/partials/display.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_interface/templates/v3/partials/display.html b/web_interface/templates/v3/partials/display.html index 3c5a40b3..7615c522 100644 --- a/web_interface/templates/v3/partials/display.html +++ b/web_interface/templates/v3/partials/display.html @@ -22,7 +22,7 @@ On Raspberry Pi 5: ensure the library was rebuilt from the latest submodule (first_time_install.sh) and try adjusting GPIO Slowdown (start at 3, reduce if the display looks dim or choppy). - Check the Logs tab for the full error. + Check the Logs tab for the full error.