From c3849327f9bc1e7c01928a9c5e15b5fc987332ee Mon Sep 17 00:00:00 2001 From: Stan Grishin Date: Mon, 8 Mar 2021 10:41:51 +0000 Subject: luci-app-https-dns-proxy: bugfix: layout issues on theme-openwrt-2020 Signed-off-by: Stan Grishin --- .../luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm | 4 ++-- .../luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/status.htm | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'applications/luci-app-https-dns-proxy/luasrc/view') diff --git a/applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm b/applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm index c5164d7292..9cfd25e50e 100644 --- a/applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm +++ b/applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm @@ -36,7 +36,7 @@ end -%> -
+<%+cbi/valueheader%>
@@ -58,7 +58,7 @@ onclick="button_action(this)" />
-
+<%+cbi/valuefooter%> <%-if not btn_start_status then%> 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%> - +
+ <%=self:cfgvalue(section):gsub('\n', '
' )%> +
<%+cbi/valuefooter%> -- cgit v1.2.3