Browse Source

[Web] match PAGINATION_SIZE to an existing datatable option

FreddleSpl0it 2 years ago
parent
commit
d62c275004
1 changed files with 1 additions and 1 deletions
  1. 1 1
      data/web/inc/vars.inc.php

+ 1 - 1
data/web/inc/vars.inc.php

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