From 5fd721e87a5f30b65e9fd72a1c3aee606d6c5de9 Mon Sep 17 00:00:00 2001 From: riley Date: Mon, 18 Sep 2023 20:36:47 -0400 Subject: [PATCH] Troubleshooting UCI config stuff --- luasrc/model/cbi/frigate.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/luasrc/model/cbi/frigate.lua b/luasrc/model/cbi/frigate.lua index a7d985d..98e7920 100644 --- a/luasrc/model/cbi/frigate.lua +++ b/luasrc/model/cbi/frigate.lua @@ -15,7 +15,7 @@ s = m:section(SimpleSection, translate("Container Status")) s:append(Template("frigate/status")) -- General Frigate Docker setup -s = m:section(NamedSection, "frigate_config", "Docker Configuration", "General settings for Docker") +s = m:section(NamedSection, "docker", "frigate_config", "General settings for Docker") s.addremove = false s.anonymous = true @@ -35,7 +35,7 @@ o = s:option(Value, "storage", "Storage Path") o.default = "./frigate/storage" -- MQTT Configuration -s = m:section(NamedSection, "frigate_config", "MQTT Configuration", "Settings for MQTT") +s = m:section(NamedSection, "mqtt", "frigate_config", "Settings for MQTT") s.addremove = false s.anonymous = true