mirror of
https://github.com/pi-hole/web.git
synced 2025-12-20 02:38:28 +00:00
Set an upper limit on the number of rows returned for the query log (#3346)
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