web修复

This commit is contained in:
Alex Yang
2025-11-24 01:58:34 +08:00
parent 85320611cb
commit 63442c2b2a
5 changed files with 95 additions and 12 deletions

View File

@@ -110,7 +110,7 @@ function loadRequestsDistribution() {
const requestData = [
data.dns.Allowed || 0,
data.dns.Blocked || 0,
data.dns.Error || 0
data.dns.Errors || 0
];
renderRequestsPieChart(labels, requestData);
}