From 3b645b2108b3f0986f7d3351d417404036be518b Mon Sep 17 00:00:00 2001 From: Gmer4Lfe Date: Sun, 31 May 2026 22:11:01 -0400 Subject: [PATCH] =?UTF-8?q?ui:=20transcode=20active=20sessions=20=E2=80=94?= =?UTF-8?q?=202-row=20visible=20window,=20scroll=20on=203rd+?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reduced max-height from 57px to 44px (2 × 22px rows) so the container cleanly shows two entries at a time and scrolls when a third appears. Co-Authored-By: Claude Sonnet 4.6 --- Plugin/unraid/pages/monitor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugin/unraid/pages/monitor.php b/Plugin/unraid/pages/monitor.php index e37af71..a2a75be 100644 --- a/Plugin/unraid/pages/monitor.php +++ b/Plugin/unraid/pages/monitor.php @@ -1338,7 +1338,7 @@ function vvPollMonitor() { }); sessHtml = `
Active transcodes ${activeSessions.length}
-
${rowsHtml}
+
${rowsHtml}
`; }