From 25dc26aac3b3b45c31121aba18d60cc98e42975e Mon Sep 17 00:00:00 2001 From: snipe Date: Mon, 21 Aug 2017 22:31:37 -0700 Subject: [PATCH] Added 30 as page selector value for label printing --- 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 2c55d61b8..a45a27de7 100644 --- a/resources/views/partials/bootstrap-table.blade.php +++ b/resources/views/partials/bootstrap-table.blade.php @@ -82,7 +82,7 @@ $('.snipe-table').bootstrapTable({ formatLoadingMessage: function () { return '

Loading... please wait....

'; }, - pageList: ['50','100','150','200','500','1000'], + pageList: ['30','50','100','150','200','500','1000'], icons: { advancedSearchIcon: 'fa fa-search-plus', paginationSwitchDown: 'fa-caret-square-o-down',