diff options
author | Stan Grishin <stangri@melmac.net> | 2019-12-19 11:19:59 -0700 |
---|---|---|
committer | Stan Grishin <stangri@melmac.net> | 2019-12-19 11:38:54 -0700 |
commit | 43ddf0cd12ffdcbe6c5d760293cddcbe35968801 (patch) | |
tree | a6ee3feda0229ce1185c1ffda737807ebeb39e01 /applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/status.htm | |
parent | 3a657b8ab585f6e0fef5c9128dc84c5a008a6969 (diff) |
luci-app-https-dns-proxy: package name change, support for RFC8484 binary
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 | 10 |
1 files changed, 10 insertions, 0 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 new file mode 100644 index 000000000..c45342840 --- /dev/null +++ b/applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/status.htm @@ -0,0 +1,10 @@ +<%# +Copyright 2017-2018 Dirk Brenken (dev@brenken.org) +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" /> + +<%+cbi/valuefooter%> |