diff --git a/applications/luci-app-pbr/Makefile b/applications/luci-app-pbr/Makefile index a0e181ed3fd2..f036ab58ed99 100644 --- a/applications/luci-app-pbr/Makefile +++ b/applications/luci-app-pbr/Makefile @@ -7,7 +7,7 @@ PKG_NAME:=luci-app-pbr PKG_LICENSE:=AGPL-3.0-or-later PKG_MAINTAINER:=Stan Grishin , Erik Conijn PKG_VERSION:=1.2.2 -PKG_RELEASE:=20 +PKG_RELEASE:=21 LUCI_TITLE:=Policy Based Routing Service Web UI LUCI_URL:=https://github.com/mossdef-org/luci-app-pbr/ diff --git a/applications/luci-app-pbr/htdocs/luci-static/resources/view/pbr/overview.js b/applications/luci-app-pbr/htdocs/luci-static/resources/view/pbr/overview.js index ac59a63041cc..2318789b253b 100644 --- a/applications/luci-app-pbr/htdocs/luci-static/resources/view/pbr/overview.js +++ b/applications/luci-app-pbr/htdocs/luci-static/resources/view/pbr/overview.js @@ -113,6 +113,8 @@ return view.extend({ text ); o.value("none", _("Disabled")); + o.default = "none"; + o.rmempty = false; if (reply.platform.adguardhome_ipset_support) { o.value("adguardhome.ipset", _("AdGuardHome ipset")); o.default = "adguardhome.ipset";