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:
parent
a76d68596c
commit
43b5c68d30
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue