Development

This commit is contained in:
Matthew Grotke 2026-06-09 22:54:50 -04:00
parent 47a7c564ab
commit 67b593bde3
3 changed files with 3 additions and 2 deletions

View file

@ -50,7 +50,7 @@
"type": "stat_card",
"label": "DHCP Leases",
"value": "%STAT_LEASE_COUNT%",
"sub": "active leases",
"sub": "<a href=\"/dhcpleases\">active leases</a>",
"variant": "accent"
},
{

View file

@ -133,7 +133,7 @@ def load_dns_metrics(period=0):
return empty
DNS_QUERIES_DB = f'{config_utils.CONFIGS_DIR}/dns-queries.db'
DNS_QUERIES_DB = config_utils.DNS_QUERIES_DB
def has_query_logging(cfg):