From d520aec159c315ad94ac9e97acb63d65a2f67fe7 Mon Sep 17 00:00:00 2001 From: claude code agent Date: Mon, 29 Jun 2026 14:42:19 +0300 Subject: [PATCH] docs(logs): neutral auto-refresh toggle label/tooltip in shared log viewer (F7) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit logViewer.html is shared by the container, service and task log views, but only the container view is a live HTTP stream — service/task still poll. Revert the toggle wording to a mode-neutral 'Auto-refresh logs' / 'pauses log collection' so it is accurate for both, keeping the added auto-scroll clarification. Co-Authored-By: Claude Opus 4.8 (1M context) --- app/docker/components/log-viewer/logViewer.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/docker/components/log-viewer/logViewer.html b/app/docker/components/log-viewer/logViewer.html index 25a188756..e2b51c937 100644 --- a/app/docker/components/log-viewer/logViewer.html +++ b/app/docker/components/log-viewer/logViewer.html @@ -9,8 +9,8 @@