diff options
author | Stan Grishin <stangri@melmac.net> | 2021-03-08 10:41:51 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.net> | 2021-03-08 10:41:51 +0000 |
commit | c3849327f9bc1e7c01928a9c5e15b5fc987332ee (patch) | |
tree | 739b88ccb1438823f3d97480454ad6d0e33aedec /applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/status.htm | |
parent | 25df4114ec05d1c96e04ba2121394b3c31842e09 (diff) |
luci-app-https-dns-proxy: bugfix: layout issues on theme-openwrt-2020
Signed-off-by: Stan Grishin <stangri@melmac.net>
Diffstat (limited to 'applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/status.htm')
-rw-r--r-- | applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/status.htm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/status.htm b/applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/status.htm index c453428405..b02c7faa82 100644 --- a/applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/status.htm +++ b/applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/status.htm @@ -5,6 +5,8 @@ This is free software, licensed under the Apache License, Version 2.0 <%+cbi/valueheader%> -<input name="status" id="status" type="text" class="cbi-input-text" style="outline:none;border:none;box-shadow:none;background:transparent;font-weight:bold;line-height:30px;height:30px;width:50em;" value="<%=self:cfgvalue(section)%>" disabled="disabled" /> +<div style="font-weight:bold;"> + <%=self:cfgvalue(section):gsub('\n', '<br />' )%> +</div> <%+cbi/valuefooter%> |