Merge pull request #6260 from stangri/master-luci-app-pbr

luci-app-pbr: bugfixes
This commit is contained in:
Stan Grishin 2023-02-23 23:16:02 -07:00 committed by GitHub
commit a4e33eaad3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

View file

@ -5,13 +5,15 @@ include $(TOPDIR)/rules.mk
PKG_LICENSE:=GPL-3.0-or-later PKG_LICENSE:=GPL-3.0-or-later
PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca> PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca>
PKG_VERSION:=1.0.1-10 PKG_VERSION:=1.1.0-1
LUCI_TITLE:=Policy Based Routing Service Web UI LUCI_TITLE:=Policy Based Routing Service Web UI
LUCI_DESCRIPTION:=Provides Web UI for Policy Based Routing Service. LUCI_DESCRIPTION:=Provides Web UI for Policy Based Routing Service.
LUCI_DEPENDS:=+luci-base +jsonfilter +pbr LUCI_DEPENDS:=+luci-base +jsonfilter +pbr
LUCI_PKGARCH:=all LUCI_PKGARCH:=all
PKG_PROVIDES:=luci-app-vpnbypass luci-app-vpn-policy-routing
include ../../luci.mk include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature # call BuildPackage - OpenWrt buildroot signature

View file

@ -267,10 +267,12 @@ return view.extend({
o = s.option(form.Flag, "enabled", _("Enabled")); o = s.option(form.Flag, "enabled", _("Enabled"));
o.optional = false; o.optional = false;
o.editable = true; o.editable = true;
o.rmempty = false;
o = s.option(form.Value, "path", _("Path")); o = s.option(form.Value, "path", _("Path"));
o.optional = false; o.optional = false;
o.editable = true; o.editable = true;
o.rmempty = false;
return Promise.all([status.render(), m.render()]); return Promise.all([status.render(), m.render()]);
}) })

View file

@ -240,7 +240,7 @@ msgstr ""
msgid "Output verbosity" msgid "Output verbosity"
msgstr "" msgstr ""
#: applications/luci-app-pbr/htdocs/luci-static/resources/view/pbr/overview.js:271 #: applications/luci-app-pbr/htdocs/luci-static/resources/view/pbr/overview.js:272
msgid "Path" msgid "Path"
msgstr "" msgstr ""