🐛 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
This commit is contained in:
Tagaishi
2023-10-08 11:47:31 +02:00
committed by GitHub
parent 4e036315ba
commit 4945725702
4 changed files with 57 additions and 20 deletions

View File

@@ -7,6 +7,12 @@
"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)."
}
}
}
}