mirror of
https://github.com/openwrt/luci.git
synced 2026-08-28 05:46:45 +04:00
luci-app-shunt: fix readme link
- fixed invalid readme link Signed-off-by: Dirk Brenken <dev@brenken.org> Co-authored-by: Claude <noreply@anthropic.com> Signed-off-by: Dirk Brenken <dev@brenken.org>
This commit is contained in:
@@ -7,7 +7,7 @@ LUCI_TITLE:=LuCI support for shunt
|
||||
LUCI_DEPENDS:=+luci-base +shunt
|
||||
|
||||
PKG_VERSION:=0.1.5
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=3
|
||||
PKG_LICENSE:=Apache-2.0
|
||||
PKG_MAINTAINER:=Dirk Brenken <dev@brenken.org>
|
||||
|
||||
|
||||
@@ -263,7 +263,7 @@ return view.extend({
|
||||
|
||||
m = new form.Map('shunt', 'shunt',
|
||||
_('Policy based routing by mac, source, destination and domain. For further information please check the %s.')
|
||||
.format(`<a style="color:#37c;font-weight:bold;" href="https://github.com/openwrt/packages/blob/master/net/shunt/files/README.md" target="_blank" rel="noreferrer noopener" >${_('online documentation')}</a>`));
|
||||
.format(`<a style="color:#37c;font-weight:bold;" href="https://github.com/openwrt/packages/blob/master/net/shunt/README.md" target="_blank" rel="noreferrer noopener" >${_('online documentation')}</a>`));
|
||||
const style = E('style', { 'type': 'text/css' },
|
||||
'#shunt-status {' +
|
||||
'--shunt-card-bg: rgba(128,128,128,.07);' +
|
||||
|
||||
Reference in New Issue
Block a user