mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 04:38:28 +00:00
Add ability to filter for blocked queries in conjunction the client filter in the Query Log. Request such filtered data when clicking on a client in the Top Clients (blocked only) table on the dashboard.
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -148,6 +148,10 @@ $(function () {
|
||||
APIstring += "=100";
|
||||
}
|
||||
|
||||
if ("type" in GETDict) {
|
||||
APIstring += "&type=" + GETDict.type;
|
||||
}
|
||||
|
||||
tableApi = $("#all-queries").DataTable({
|
||||
rowCallback: function (row, data) {
|
||||
// DNSSEC status
|
||||
|
||||
Reference in New Issue
Block a user