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Действия