Parcourir la source

[fix] Bad sections in config panel

ljf (zamentur) il y a 2 ans
Parent
commit
eb505c7ad2
1 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 4 4
      config_panel.toml

+ 4 - 4
config_panel.toml

@@ -197,14 +197,14 @@ name = "Configuration"
         pattern.regexp = '^([0-9.]{7,15}|[0-9a-fA-F:]+)$'
         pattern.regexp = '^([0-9.]{7,15}|[0-9a-fA-F:]+)$'
         pattern.error = "Not an ip"
         pattern.error = "Not an ip"
 
 
-        [main.hotspot1.captive_portal__2]
+        [main.hotspot2.captive_portal__2]
         ask = "Captive portal"
         ask = "Captive portal"
         type = "boolean"
         type = "boolean"
         bind = "array_settings()"
         bind = "array_settings()"
         visible = "advanced__2"
         visible = "advanced__2"
 	help = "Activate the captive portal mode"
 	help = "Activate the captive portal mode"
 
 
-        [main.hotspot1.captive_portal_url__2]
+        [main.hotspot2.captive_portal_url__2]
         ask = "Local captive portal URL"
         ask = "Local captive portal URL"
         type = "string"
         type = "string"
         bind = "array_settings()"
         bind = "array_settings()"
@@ -271,14 +271,14 @@ name = "Configuration"
         pattern.regexp = '^([0-9.]{7,15}|[0-9a-fA-F:]+)$'
         pattern.regexp = '^([0-9.]{7,15}|[0-9a-fA-F:]+)$'
         pattern.error = "Not an ip"
         pattern.error = "Not an ip"
 
 
-        [main.hotspot1.captive_portal__3]
+        [main.hotspot3.captive_portal__3]
         ask = "Captive portal"
         ask = "Captive portal"
         type = "boolean"
         type = "boolean"
         bind = "array_settings()"
         bind = "array_settings()"
         visible = "advanced__3"
         visible = "advanced__3"
 	help = "Activate the captive portal mode"
 	help = "Activate the captive portal mode"
 
 
-        [main.hotspot1.captive_portal_url__3]
+        [main.hotspot3.captive_portal_url__3]
         ask = "Local captive portal URL"
         ask = "Local captive portal URL"
         type = "string"
         type = "string"
         bind = "array_settings()"
         bind = "array_settings()"