diff options
author | Stan Grishin <stangri@melmac.net> | 2021-03-08 10:48:46 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.net> | 2021-03-08 10:48:46 +0000 |
commit | b741adfb35bd0505215170720dd21ed40897e17f (patch) | |
tree | e68e365ab6f8bb4224d0b80d5c442c2f0a845e2e /applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/status-gateways.htm | |
parent | 25df4114ec05d1c96e04ba2121394b3c31842e09 (diff) |
luci-app-vpn-policy-routing: bugfix: template layout on theme-openwrt-2020
Signed-off-by: Stan Grishin <stangri@melmac.net>
Diffstat (limited to 'applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/status-gateways.htm')
-rw-r--r-- | applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/status-gateways.htm | 8 |
1 files changed, 4 insertions, 4 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 65f3e5d7c6..377cfeeaac 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 @@ -5,10 +5,10 @@ This is free software, licensed under the Apache License, Version 2.0 <%+cbi/valueheader%> -<textarea rows="<%=select(2, self:cfgvalue(section):gsub('\n', '\n'))%>" - style="outline:none;border:none;box-shadow:none;background:transparent;font-weight:bold;line-height:20px;width:50em;padding:none;margin:6px;resize:none;overflow:hidden;" - disabled="disabled"><%=self:cfgvalue(section):gsub('\n', '\n')%> -</textarea> +<div style="font-weight:bold;"> + <%=self:cfgvalue(section):gsub('\n', '<br />' )%> +</div> +<br /> <div> <%- local readmeURL = "https://docs.openwrt.melmac.net/vpn-policy-routing/" -%> |