summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-unbound/luasrc/view/unbound/show-textbox.htm
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2017-09-16 08:32:18 +0300
committerGitHub <noreply@github.com>2017-09-16 08:32:18 +0300
commitf36f198c6a72b659ba071bd44e78e9153ed15a52 (patch)
tree7fcc54a781851e23c644828460164f39700c5318 /applications/luci-app-unbound/luasrc/view/unbound/show-textbox.htm
parent07593d291fffc16e1a0d82cff2eb4cc607f1927a (diff)
parent007b28ddb30b9617f6c2eab40cbc7e614d7595ac (diff)
Merge pull request #1362 from EricLuehrsen/unbound_luci201709
luci-app-unbound: add statistics and manual edit configuration panels
Diffstat (limited to 'applications/luci-app-unbound/luasrc/view/unbound/show-textbox.htm')
-rw-r--r--applications/luci-app-unbound/luasrc/view/unbound/show-textbox.htm8
1 files changed, 8 insertions, 0 deletions
diff --git a/applications/luci-app-unbound/luasrc/view/unbound/show-textbox.htm b/applications/luci-app-unbound/luasrc/view/unbound/show-textbox.htm
new file mode 100644
index 0000000000..69c984780b
--- /dev/null
+++ b/applications/luci-app-unbound/luasrc/view/unbound/show-textbox.htm
@@ -0,0 +1,8 @@
+<%+header%>
+<h3><%=heading:pcdata()%></h3>
+<p><%=description:pcdata()%></p>
+<div>
+<textarea style="width: 100%; height: 480px;" readonly="readonly" wrap="off" rows="<%=content:cmatch("\n")+2%>"><%=content:pcdata()%></textarea>
+</div>
+<%+footer%>
+