summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-https-dns-proxy/luasrc/view
AgeCommit message (Collapse)Author
2022-04-30luci-app-https-dns-proxy: remove redundant cbi-value-field divJo-Philipp Wich
The redundant "cbi-value-field" div introduces uneeded margin, remove this element to fix the view layout. Suggested-by: Santiago Kozak <arbolitoloco1@protonmail.com> [reword commit message] Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-12-28luci-app-https-dns-proxy: add AhaDNS and minor fixesStan Grishin
* Add AhaDNS: thanks to @Jefe777 (account now deleted) and their PR at https://github.com/openwrt/luci/pull/5612 * Update email addresses * Add missing new line to ControlD files * Add RPCD reload to uci-defaults file Signed-off-by: Stan Grishin <stangri@melmac.ca>
2021-10-08luci-app-https-dns-proxy: fix markup which is not valid XHTMLJo-Philipp Wich
XHTML does not specify `&nbsp;`, use `&#160;` instead. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-03-08luci-app-https-dns-proxy: bugfix: layout issues on theme-openwrt-2020Stan Grishin
Signed-off-by: Stan Grishin <stangri@melmac.net>
2021-02-08luci-app-https-dns-proxy: add missing btn class to buttonsStan Grishin
Signed-off-by: Stan Grishin <stangri@melmac.net>
2020-04-03luci-app-https-dns-proxy: better service control & buttons stylingStan Grishin
Signed-off-by: Stan Grishin <stangri@melmac.net>
2019-12-19luci-app-https-dns-proxy: package name change, support for RFC8484 binaryStan Grishin
Signed-off-by: Stan Grishin <stangri@melmac.net>