mirror of
https://github.com/YunoHost-Apps/hotspot_ynh.git
synced 2024-09-03 19:25:53 +02:00
[fix] Bad sections in config panel
This commit is contained in:
parent
9d1c338ccf
commit
eb505c7ad2
1 changed files with 4 additions and 4 deletions
|
@ -197,14 +197,14 @@ name = "Configuration"
|
|||
pattern.regexp = '^([0-9.]{7,15}|[0-9a-fA-F:]+)$'
|
||||
pattern.error = "Not an ip"
|
||||
|
||||
[main.hotspot1.captive_portal__2]
|
||||
[main.hotspot2.captive_portal__2]
|
||||
ask = "Captive portal"
|
||||
type = "boolean"
|
||||
bind = "array_settings()"
|
||||
visible = "advanced__2"
|
||||
help = "Activate the captive portal mode"
|
||||
|
||||
[main.hotspot1.captive_portal_url__2]
|
||||
[main.hotspot2.captive_portal_url__2]
|
||||
ask = "Local captive portal URL"
|
||||
type = "string"
|
||||
bind = "array_settings()"
|
||||
|
@ -271,14 +271,14 @@ name = "Configuration"
|
|||
pattern.regexp = '^([0-9.]{7,15}|[0-9a-fA-F:]+)$'
|
||||
pattern.error = "Not an ip"
|
||||
|
||||
[main.hotspot1.captive_portal__3]
|
||||
[main.hotspot3.captive_portal__3]
|
||||
ask = "Captive portal"
|
||||
type = "boolean"
|
||||
bind = "array_settings()"
|
||||
visible = "advanced__3"
|
||||
help = "Activate the captive portal mode"
|
||||
|
||||
[main.hotspot1.captive_portal_url__3]
|
||||
[main.hotspot3.captive_portal_url__3]
|
||||
ask = "Local captive portal URL"
|
||||
type = "string"
|
||||
bind = "array_settings()"
|
||||
|
|
Loading…
Add table
Reference in a new issue