Add total/permitted/blocked filtering for domains and clients on the dashboard's top lists

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2025-03-06 18:33:33 +01:00
parent 97d3a22559
commit 68933f7a2c

View File

@@ -307,7 +307,7 @@ function updateTopClientsTable(blocked) {
url =
'<a href="queries.lp?client_ip=' +
encodeURIComponent(client.ip) +
(blocked ? "&upstream=blocked" : "") +
(blocked ? "&upstream=blocklist" : "") +
'">' +
utils.escapeHtml(clientname) +
"</a>";