Dhcp page - show more than 5 clients at a time

On the DHCP page, how can you show more than 5 clients at a time?

As well as hide the tooltip?

Thanks!

This would be a feature request. I vaguely remember that one already exists to increase the length of the list. Please search the forum before opening a new request. You can vote for the existing one.

Thanks for the reply!

I did find details for more “top clients” on the dashboard page, but none of the dhcp settings page

I’ll keep hunting

Thanks for finding that request!

It didn’t show up in my searches.

You have to modify these files and reboot

20 Top Permitted Domains and Top Blocked Domains > /var/www/html/admin/scripts/pi-hole/js/index.js

$.getJSON("api.php?summaryRaw&topItems=20", function (data) {

20 Top Clients > /var/www/html/admin/scripts/pi-hole/js/index.js

$.getJSON("api.php?summaryRaw&getQuerySources=20&topClientsBlocked=20", function (data) {

@giuliomagnifico

This is not about the "Top Lists"....

It looks to be in the datatables query, and while I have played with the elements, I can't make it work aside from dev tools manually editing it

<div class="dataTables_scrollBody" style="position: relative; overflow: auto; width: 100%; max-height: 200px;">

somehow needs to be changed to:

<div class="dataTables_scrollBody" style="position: relative; overflow: auto; width: 100%; max-height: 800px;">