Development
This commit is contained in:
parent
6503f26197
commit
b38c199baf
3 changed files with 20 additions and 17 deletions
|
|
@ -57,19 +57,19 @@
|
|||
"type": "stat_card",
|
||||
"label": "DNS Queries",
|
||||
"value": "%DNS_STAT_QUERIES%",
|
||||
"sub": "since %DNS_METRICS_SINCE%"
|
||||
"sub": "%DNS_PERIOD_LABEL%"
|
||||
},
|
||||
{
|
||||
"type": "stat_card",
|
||||
"label": "DNS Cache Hits",
|
||||
"value": "%DNS_STAT_HITS% (%DNS_STAT_HIT_RATE%)",
|
||||
"sub": "all time"
|
||||
"sub": "%DNS_PERIOD_LABEL%"
|
||||
},
|
||||
{
|
||||
"type": "stat_card",
|
||||
"label": "Queries Blocked",
|
||||
"value": "%STAT_BLOCKED_ALLTIME%",
|
||||
"sub": "all time",
|
||||
"sub": "%DNS_PERIOD_LABEL%",
|
||||
"variant": "warning",
|
||||
"data_requirement": "HAS_QUERY_LOGGING"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue