diff --git a/query.cfm b/query.cfm index 728970c..746969d 100644 --- a/query.cfm +++ b/query.cfm @@ -39,6 +39,10 @@ .link-row a { color: var(--nubes-blue); text-decoration: none; font-weight: 600; } .split { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; } .tight { font-size: 12px; } + .table-scroll { overflow-y: auto; } + .table-scroll-queue { max-height: 220px; } + .table-scroll-db { max-height: 520px; } + .table-scroll table { margin: 0; } .col-queued { width: 120px; } .col-processed { width: 120px; } .col-status { width: 90px; } @@ -64,7 +68,7 @@ SELECT id, action, text, request_id, target_id, queued_at, processed_at, status, error_reason FROM #request.logTableName# ORDER BY id DESC - LIMIT 20 + LIMIT 5 @@ -139,6 +143,8 @@

Очередь (лог отправки)

+
+
@@ -169,12 +175,14 @@
+
+

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

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