Files
homarr/public/locales/en/modules/dns-hole-controls.json
Tagaishi 4945725702 🐛 DNS-Hole error handling and fixes (#1419)
* 🐛 Remove url requirement

* ️ Ignore dnshole in widget when not contactable

*  Error tile for dns-control instead of load loop
2023-10-08 11:47:31 +02:00

18 lines
503 B
JSON

{
"descriptor": {
"name": "DNS hole controls",
"description": "Control PiHole or AdGuard from your dashboard",
"settings": {
"title": "DNS hole controls settings",
"showToggleAllButtons": {
"label": "Show 'Enable/Disable All' Buttons"
}
},
"errors": {
"general": {
"title": "Unable to find a DNS hole",
"text": "There was a problem connecting to your DNS Hole(s). Please verify your configuration/integration(s)."
}
}
}
}