mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 06:17:28 -08:00
Set max page size to 500
This commit is contained in:
parent
ad7a2da9bd
commit
1e21cef218
|
@ -109,7 +109,7 @@ $('.snipe-table').bootstrapTable('destroy').bootstrapTable({
|
|||
formatLoadingMessage: function () {
|
||||
return '<h4><i class="fa fa-spinner fa-spin" aria-hidden="true"></i> Loading... please wait.... </h4>';
|
||||
},
|
||||
pageList: ['30','50','100','150','200','500','1000'],
|
||||
pageList: ['30','50','100','150','200','500'],
|
||||
icons: {
|
||||
advancedSearchIcon: 'fa fa-search-plus',
|
||||
paginationSwitchDown: 'fa-caret-square-o-down',
|
||||
|
|
Loading…
Reference in a new issue