From eb505c7ad29418c1e4c6955c3cb56df33659b062 Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Mon, 13 Mar 2023 13:19:18 +0100 Subject: [PATCH] [fix] Bad sections in config panel --- config_panel.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config_panel.toml b/config_panel.toml index d303bcf..54eb774 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -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()"