Browse Source

[Web] match PAGINATION_SIZE to an existing datatable option

FreddleSpl0it 2 năm trước cách đây
mục cha
commit
d62c275004
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
 // Rows until pagination begins
-$PAGINATION_SIZE = 20;
+$PAGINATION_SIZE = 25;
 
 
 // Default number of rows/lines to display (log table)
 // Default number of rows/lines to display (log table)
 $LOG_LINES = 1000;
 $LOG_LINES = 1000;