summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/status-textarea.htm
diff options
context:
space:
mode:
authorStan Grishin <stangri@melmac.ca>2023-08-29 18:42:10 +0000
committerStan Grishin <stangri@melmac.ca>2023-09-03 20:55:48 +0000
commit6df7b92a50485d7a7c61c38c5abeaf96ad69a28c (patch)
tree3a53c52209eb562ed154a3d2a35b37ba25354121 /applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/status-textarea.htm
parent48f0fc85f3e784a7411ffecfa0002f3acb692ac7 (diff)
luci-app-https-dns-proxy: rewrite in javascript
Signed-off-by: Stan Grishin <stangri@melmac.ca>
Diffstat (limited to 'applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/status-textarea.htm')
-rw-r--r--applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/status-textarea.htm13
1 files changed, 0 insertions, 13 deletions
diff --git a/applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/status-textarea.htm b/applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/status-textarea.htm
deleted file mode 100644
index 3840cd19d4..0000000000
--- a/applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/status-textarea.htm
+++ /dev/null
@@ -1,13 +0,0 @@
-<%#
-Copyright 2017-2019 Stan Grishin (stangri@melmac.net)
-This is free software, licensed under the Apache License, Version 2.0
--%>
-
-<%+cbi/valueheader%>
-
-<textarea rows="<%=select(2, self:cfgvalue(section):gsub('\n', ''))%>"
- style="border:none;box-shadow:none;background:transparent;font-weight:bold;line-height:20px;width:50em;padding:none;margin:6px;resize:none;overflow:hidden;"
- disabled="disabled"><%=self:cfgvalue(section)%>
-</textarea>
-
-<%+cbi/valuefooter%>