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.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.htm')
-rw-r--r-- | applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/status.htm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/status.htm b/applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/status.htm index e74206853a..4a93564614 100644 --- a/applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/status.htm +++ b/applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/status.htm @@ -5,6 +5,8 @@ This is free software, licensed under the Apache License, Version 2.0 <%+cbi/valueheader%> -<%=self:cfgvalue(section):gsub('\n', '<br/>' )%> +<div style="font-weight:bold;"> + <%=self:cfgvalue(section):gsub('\n', '<br />' )%> +</div> <%+cbi/valuefooter%> |