Skip to content

Commit

Permalink
Issue #5: Add a pager to maillog view
Browse files Browse the repository at this point in the history
Fixes #5
  • Loading branch information
laryn committed Feb 3, 2023
1 parent d0b2e11 commit 42958a2
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion config/views.view.maillog.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,26 @@
"type": "basic"
},
"pager": {
"type": "none"
"type": "mini",
"options": {
"items_per_page": "50",
"offset": "0",
"id": "0",
"total_pages": "",
"tags": {
"previous": "‹ previous",
"next": "next ›"
},
"expose": {
"items_per_page": 0,
"items_per_page_label": "Items per page",
"items_per_page_options": "5, 10, 20, 40, 60",
"items_per_page_options_all": 0,
"items_per_page_options_all_label": "- All -",
"offset": 0,
"offset_label": "Offset"
}
}
},
"style_plugin": "table",
"empty": {
Expand Down

0 comments on commit 42958a2

Please sign in to comment.