diff --git a/scripts/pi-hole/js/customcname.js b/scripts/pi-hole/js/customcname.js index 37d4983c..a5f9edb9 100644 --- a/scripts/pi-hole/js/customcname.js +++ b/scripts/pi-hole/js/customcname.js @@ -65,6 +65,10 @@ $(function () { } } ], + lengthMenu: [ + [10, 25, 50, 100, -1], + [10, 25, 50, 100, "All"] + ], drawCallback: function () { $(".deleteCustomCNAME").on("click", deleteCustomCNAME); } diff --git a/scripts/pi-hole/js/customdns.js b/scripts/pi-hole/js/customdns.js index d2f4ad56..9419e0a2 100644 --- a/scripts/pi-hole/js/customdns.js +++ b/scripts/pi-hole/js/customdns.js @@ -65,6 +65,10 @@ $(function () { } } ], + lengthMenu: [ + [10, 25, 50, 100, -1], + [10, 25, 50, 100, "All"] + ], drawCallback: function () { $(".deleteCustomDNS").on("click", deleteCustomDNS); }