* ✨ Add pihole integration * Update src/widgets/adhole/AdHoleControls.tsx Co-authored-by: Larvey <39219859+LarveyOfficial@users.noreply.github.com> * Update src/tools/client/math.ts Co-authored-by: Meier Lukas <meierschlumpf@gmail.com> * Update src/widgets/dnshole/DnsHoleSummary.tsx Co-authored-by: Meier Lukas <meierschlumpf@gmail.com> --------- Co-authored-by: Larvey <39219859+LarveyOfficial@users.noreply.github.com> Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
22 lines
557 B
JSON
22 lines
557 B
JSON
{
|
|
"descriptor": {
|
|
"name": "DNS hole summary",
|
|
"description": "Displays important data from PiHole or AdGuard",
|
|
"settings": {
|
|
"title": "Settings for DNS Hole summary",
|
|
"usePiHoleColors": {
|
|
"label": "Use colors from PiHole"
|
|
}
|
|
}
|
|
},
|
|
"card": {
|
|
"metrics": {
|
|
"domainsOnAdlist": "Domains on adlists",
|
|
"queriesToday": "Queries today",
|
|
"adsBlockedTodayPercentage": "{{percentage}}%",
|
|
"queriesBlockedTodayPercentage": "blocked today",
|
|
"queriesBlockedToday": "blocked today"
|
|
}
|
|
}
|
|
}
|