Add validation, error display for gluetun

This commit is contained in:
Michael Shamoon
2022-11-18 09:11:25 -08:00
parent 8a783ba9f6
commit 1215808dd4
2 changed files with 6 additions and 5 deletions

View File

@@ -7,6 +7,11 @@ const widget = {
mappings: {
ip: {
endpoint: "publicip/ip",
validate: [
"public_ip",
"region",
"country"
]
},
},
};