mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Higher per page
This commit is contained in:
parent
5b450c5978
commit
23b1a4ca34
|
@ -65,7 +65,7 @@ $('.snipe-table').bootstrapTable({
|
||||||
formatLoadingMessage: function () {
|
formatLoadingMessage: function () {
|
||||||
return '<h4><i class="fa fa-spinner fa-spin" aria-hidden="true"></i> Loading... please wait.... </h4>';
|
return '<h4><i class="fa fa-spinner fa-spin" aria-hidden="true"></i> Loading... please wait.... </h4>';
|
||||||
},
|
},
|
||||||
pageList: ['10','25','50','100','150','200','500','1000'],
|
pageList: ['50','100','150','200','500','1000'],
|
||||||
icons: {
|
icons: {
|
||||||
advancedSearchIcon: 'fa fa-search-plus',
|
advancedSearchIcon: 'fa fa-search-plus',
|
||||||
paginationSwitchDown: 'fa-caret-square-o-down',
|
paginationSwitchDown: 'fa-caret-square-o-down',
|
||||||
|
|
Loading…
Reference in a new issue