Update luci-app-podkop/htdocs/luci-static/resources/view/podkop/section.js

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Andrey Petelin
2026-01-21 19:32:25 +05:00
committed by GitHub
parent 6083009c80
commit 474f4b197f

View File

@@ -15,7 +15,7 @@ function createSectionContent(section) {
o.value("proxy", "Proxy"); o.value("proxy", "Proxy");
o.value("vpn", "VPN"); o.value("vpn", "VPN");
o.value("block", "Block"); o.value("block", "Block");
o.value("exclusion", "Exclusion") o.value("exclusion", "Exclusion");
o = section.option( o = section.option(
form.ListValue, form.ListValue,