mirror of
https://github.com/pi-hole/web.git
synced 2025-12-20 02:38:28 +00:00
Remove "All" option from query log, max to 1000 (add in an additional step between 100 and 1000)
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
@@ -568,8 +568,8 @@ $(function () {
|
||||
{ data: null, width: "10%", sortable: false, searchable: false },
|
||||
],
|
||||
lengthMenu: [
|
||||
[10, 25, 50, 100, -1],
|
||||
[10, 25, 50, 100, "All"],
|
||||
[10, 25, 50, 100, 500, 1000],
|
||||
[10, 25, 50, 100, 500, 1000],
|
||||
],
|
||||
stateSave: true,
|
||||
stateDuration: 0,
|
||||
|
||||
Reference in New Issue
Block a user