1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hotspot_ynh.git synced 2024-09-03 19:25:53 +02:00

[fix] IPV6 optional

This commit is contained in:
ljf (zamentur) 2021-10-17 21:50:49 +02:00 committed by GitHub
parent a76d68596c
commit 43b5c68d30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -99,7 +99,7 @@ name = "Configuration"
ask = "IPv6 delegated prefix" ask = "IPv6 delegated prefix"
type = "string" type = "string"
bind = "array_settings()" bind = "array_settings()"
optional = "true" optional = true
visible = "advanced__1" visible = "advanced__1"
pattern.regexp = '^[0-9a-fA-F:]+$' pattern.regexp = '^[0-9a-fA-F:]+$'
pattern.error = "Please provide a valid IPv6 Prefix" pattern.error = "Please provide a valid IPv6 Prefix"