[Web] match PAGINATION_SIZE to an existing datatable option

This commit is contained in:
FreddleSpl0it 2023-01-31 09:49:18 +01:00
parent aa7f562761
commit d62c275004
No known key found for this signature in database
GPG Key ID: 00E14E7634F4BEC5

View File

@ -124,7 +124,7 @@ $MAILCOW_APPS = array(
);
// Rows until pagination begins
$PAGINATION_SIZE = 20;
$PAGINATION_SIZE = 25;
// Default number of rows/lines to display (log table)
$LOG_LINES = 1000;