diff --git a/js/pihole/queries.js b/js/pihole/queries.js index d13008dc..aadd3912 100644 --- a/js/pihole/queries.js +++ b/js/pihole/queries.js @@ -18,10 +18,11 @@ $(document).ready(function() { { "width" : "40%" }, { "width" : "15%" }, { "width" : "15%" } - ] + ], + "lengthMenu": [[10, 25, 50, 100, -1], [10, 25, 50, 100, "All"]], }) } ); function refreshData() { tableApi.ajax.url("api.php?getAllQueries").load(); -} \ No newline at end of file +}