mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-26 06:04:08 -08:00
Grr. 100 should be 1000
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
7df4f98e19
commit
9b78b25372
|
@ -51,7 +51,7 @@
|
||||||
paginationLastText: "{{ trans('general.last') }}",
|
paginationLastText: "{{ trans('general.last') }}",
|
||||||
paginationPreText: "{{ trans('general.previous') }}",
|
paginationPreText: "{{ trans('general.previous') }}",
|
||||||
paginationNextText: "{{ trans('general.next') }}",
|
paginationNextText: "{{ trans('general.next') }}",
|
||||||
pageList: ['10','20', '30','50','100','150','200', '500', '100'],
|
pageList: ['10','20', '30','50','100','150','200', '500', '1000'],
|
||||||
pageSize: {{ (($snipeSettings->per_page!='') && ($snipeSettings->per_page > 0)) ? $snipeSettings->per_page : 20 }},
|
pageSize: {{ (($snipeSettings->per_page!='') && ($snipeSettings->per_page > 0)) ? $snipeSettings->per_page : 20 }},
|
||||||
paginationVAlign: 'both',
|
paginationVAlign: 'both',
|
||||||
queryParams: function (params) {
|
queryParams: function (params) {
|
||||||
|
|
Loading…
Reference in a new issue