From 6f831530cc82f6879b2de935bf454929424caf2a Mon Sep 17 00:00:00 2001 From: MacRimi Date: Mon, 10 Nov 2025 18:38:33 +0100 Subject: [PATCH] Update system-logs.tsx --- AppImage/components/system-logs.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppImage/components/system-logs.tsx b/AppImage/components/system-logs.tsx index d23b6f5..51e423b 100644 --- a/AppImage/components/system-logs.tsx +++ b/AppImage/components/system-logs.tsx @@ -134,7 +134,7 @@ export function SystemLogs() { return `${protocol}//${hostname}:8008${endpoint}` } } - return `http://localhost:8008${endpoint}` + return `${protocol}//${hostname}:8008${endpoint}` } useEffect(() => {