mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 13:44:06 -08:00
Added 30 as page selector value for label printing
This commit is contained in:
parent
afc763ebac
commit
25dc26aac3
|
@ -82,7 +82,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: ['50','100','150','200','500','1000'],
|
pageList: ['30','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