mirror of
https://github.com/pi-hole/web.git
synced 2026-04-25 11:19:59 +01:00
Merge pull request #1541 from pi-hole/fix/wording_query_log_links
Fix a few UI issues
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