mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-23 19:59:18 -08:00
Fixed bootstrap table issue if per page was set to 10
This commit is contained in:
parent
1e8c32fbdb
commit
d28c2af7de
|
@ -55,7 +55,7 @@
|
|||
paginationLastText: "{{ trans('general.last') }}",
|
||||
paginationPreText: "{{ trans('general.previous') }}",
|
||||
paginationNextText: "{{ trans('general.next') }}",
|
||||
pageList: ['20', '30','50','100','150','200', '500'],
|
||||
pageList: ['10','20', '30','50','100','150','200', '500'],
|
||||
paginationVAlign: 'both',
|
||||
formatLoadingMessage: function () {
|
||||
return '<h4><i class="fa fa-spinner fa-spin" aria-hidden="true"></i> Loading... please wait.... </h4>';
|
||||
|
|
Loading…
Reference in a new issue