mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 13:44:06 -08:00
Bump number per page up to 1000
Use this shit at your own peril. Very large pages will load slowly, as these are very complex queries. Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
0763c76a4e
commit
7df4f98e19
|
@ -51,7 +51,7 @@
|
|||
paginationLastText: "{{ trans('general.last') }}",
|
||||
paginationPreText: "{{ trans('general.previous') }}",
|
||||
paginationNextText: "{{ trans('general.next') }}",
|
||||
pageList: ['10','20', '30','50','100','150','200', '500'],
|
||||
pageList: ['10','20', '30','50','100','150','200', '500', '100'],
|
||||
pageSize: {{ (($snipeSettings->per_page!='') && ($snipeSettings->per_page > 0)) ? $snipeSettings->per_page : 20 }},
|
||||
paginationVAlign: 'both',
|
||||
queryParams: function (params) {
|
||||
|
|
Loading…
Reference in a new issue