mirror of
https://github.com/pi-hole/web.git
synced 2026-02-15 07:25:39 +00:00
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:
@@ -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>";
|
||||
|
||||
Reference in New Issue
Block a user