apps.js: added support for IDnsQueryLogs.

This commit is contained in:
Shreyas Zare
2025-01-18 13:09:06 +05:30
parent d87ba71e25
commit 3062456b89

View File

@@ -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)