[Web] Set default pagination size to 20
This commit is contained in:
@@ -100,7 +100,7 @@ $MAILCOW_APPS = array(
|
||||
);
|
||||
|
||||
// Rows until pagination begins
|
||||
$PAGINATION_SIZE = 1;
|
||||
$PAGINATION_SIZE = 20;
|
||||
|
||||
// Default number of rows/lines to display (log table)
|
||||
$LOG_LINES = 100;
|
||||
|
Reference in New Issue
Block a user