[Web] Set default pagination size to 20

This commit is contained in:
andre.peters
2018-01-18 09:13:36 +01:00
parent eb064a530e
commit c2f74ab75c
2 changed files with 36 additions and 34 deletions

View File

@@ -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;