diff options
author | Stan Grishin <stangri@melmac.net> | 2020-01-15 13:06:34 -0700 |
---|---|---|
committer | Stan Grishin <stangri@melmac.net> | 2020-01-15 13:06:34 -0700 |
commit | 87b9fabc89445564e23aa983b74f0a720ce0312a (patch) | |
tree | 455499f73d50b14c00375e8f121ec2c42b18dd9b /applications/luci-app-vpn-policy-routing/luasrc | |
parent | c8b8ae6b8e0b7e249cf0392263f44e519025b426 (diff) |
luci-app-vpn-policy-routing: styling bugfix
Signed-off-by: Stan Grishin <stangri@melmac.net>
Diffstat (limited to 'applications/luci-app-vpn-policy-routing/luasrc')
-rw-r--r-- | applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/status-gateways.htm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/status-gateways.htm b/applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/status-gateways.htm index d34908339..2b92ad58e 100644 --- a/applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/status-gateways.htm +++ b/applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/status-gateways.htm @@ -10,9 +10,11 @@ This is free software, licensed under the Apache License, Version 2.0 disabled="disabled"><%=self:cfgvalue(section):gsub('\n', '\n')%> </textarea> +<div> <%- local readmeURL = "https://github.com/openwrt/packages/tree/master/net/vpn-policy-routing/files/README.md" -%> <%=translate("Checkmark represents the default gateway. See the") .. " " .. [[<a href="]] .. readmeURL .. [[#a-word-about-default-routing" target="_blank">]] .. translate("README") .. [[</a>]] .. " " .. translate("for details.")%> +</div> <%+cbi/valuefooter%>
\ No newline at end of file |