From 007b28ddb30b9617f6c2eab40cbc7e614d7595ac Mon Sep 17 00:00:00 2001 From: Eric Luehrsen Date: Tue, 5 Sep 2017 00:05:58 -0400 Subject: luci-app-unbound: add statistics and manual edit tabs Add an option to "Basic Settings" tab to expand LuCI. This option will add tab hierarchy for the settings, statistics, and raw view or editing of configuration files. If you have unbound-control installed, then you can see some useful debug information. Signed-off-by: Eric Luehrsen --- applications/luci-app-unbound/luasrc/view/unbound/show-empty.htm | 5 +++++ .../luci-app-unbound/luasrc/view/unbound/show-textbox.htm | 8 ++++++++ 2 files changed, 13 insertions(+) create mode 100644 applications/luci-app-unbound/luasrc/view/unbound/show-empty.htm create mode 100644 applications/luci-app-unbound/luasrc/view/unbound/show-textbox.htm (limited to 'applications/luci-app-unbound/luasrc/view/unbound') diff --git a/applications/luci-app-unbound/luasrc/view/unbound/show-empty.htm b/applications/luci-app-unbound/luasrc/view/unbound/show-empty.htm new file mode 100644 index 0000000000..87d6cc68cb --- /dev/null +++ b/applications/luci-app-unbound/luasrc/view/unbound/show-empty.htm @@ -0,0 +1,5 @@ +<%+header%> +

<%=heading:pcdata()%>

+

<%=description:pcdata()%>

+<%+footer%> + 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%> +

<%=heading:pcdata()%>

+

<%=description:pcdata()%>

+
+ +
+<%+footer%> + -- cgit v1.2.3