mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2025-12-22 09:29:50 +00:00
apps.js: added support for IDnsQueryLogs.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
Technitium DNS Server
|
||||
Copyright (C) 2023 Shreyas Zare (shreyas@technitium.com)
|
||||
Copyright (C) 2025 Shreyas Zare (shreyas@technitium.com)
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
@@ -91,6 +91,9 @@ function getAppRowHtml(app) {
|
||||
labels += "<span class=\"label label-info\" style=\"margin-right: 4px;\">Blocking</span>";
|
||||
|
||||
if (app.dnsApps[j].isQueryLogger)
|
||||
labels += "<span class=\"label label-info\" style=\"margin-right: 4px;\">Query Logger</span>";
|
||||
|
||||
if (app.dnsApps[j].isQueryLogs)
|
||||
labels += "<span class=\"label label-info\" style=\"margin-right: 4px;\">Query Logs</span>";
|
||||
|
||||
if (app.dnsApps[j].isPostProcessor)
|
||||
|
||||
Reference in New Issue
Block a user