From 1e21cef2186b163051de86b0e9f7244e0eeff580 Mon Sep 17 00:00:00 2001 From: snipe Date: Sat, 28 Oct 2017 07:29:03 -0700 Subject: [PATCH] Set max page size to 500 --- resources/views/partials/bootstrap-table.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/partials/bootstrap-table.blade.php b/resources/views/partials/bootstrap-table.blade.php index 39d51b993b..2c260f5807 100644 --- a/resources/views/partials/bootstrap-table.blade.php +++ b/resources/views/partials/bootstrap-table.blade.php @@ -109,7 +109,7 @@ $('.snipe-table').bootstrapTable('destroy').bootstrapTable({ formatLoadingMessage: function () { return '

Loading... please wait....

'; }, - 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',