From 90b788da5785d8675430c5b8f722ffb0300e328e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Mon, 23 Feb 2026 21:58:58 +0400 Subject: [PATCH] Show full lists with fixed scroll window --- query.cfm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/query.cfm b/query.cfm index 3cb31fb..b08e76d 100644 --- a/query.cfm +++ b/query.cfm @@ -41,7 +41,7 @@ .tight { font-size: 12px; } .table-scroll { overflow-y: auto; display: block; } .table-scroll-queue { max-height: 220px; } - .table-scroll-db { max-height: 520px; } + .table-scroll-db { max-height: 580px; } .table-scroll table { margin: 0; } .col-queued { width: 120px; } .col-processed { width: 120px; } @@ -68,7 +68,6 @@ SELECT id, action, text, request_id, target_id, queued_at, processed_at, status, error_reason FROM #request.logTableName# ORDER BY id DESC - LIMIT 5 @@ -180,7 +179,7 @@

База (фактические записи)

- SELECT * FROM #request.tableName# ORDER BY id DESC LIMIT 15 + SELECT * FROM #request.tableName# ORDER BY id DESC
IDСодержимоеRequest IDДействия