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:
Adam Warner
2025-03-26 21:35:52 +00:00
parent e3ead702ce
commit 572dcbf110

View File

@@ -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,