summaryrefslogtreecommitdiffstats
path: root/rrdtool-config-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'rrdtool-config-html.lsp')
-rw-r--r--rrdtool-config-html.lsp12
1 files changed, 12 insertions, 0 deletions
diff --git a/rrdtool-config-html.lsp b/rrdtool-config-html.lsp
new file mode 100644
index 0000000..81bb0a8
--- /dev/null
+++ b/rrdtool-config-html.lsp
@@ -0,0 +1,12 @@
+<% local data, viewlibrary, page_info, session = ...
+require("viewfunctions")
+%>
+
+<% displaycommandresults({"install","edit"}, session) %>
+
+<H1>Configure</H1>
+
+<% if viewlibrary and viewlibrary.dispatch_component then
+ viewlibrary.dispatch_component("listrrd")
+ viewlibrary.dispatch_component("listgraphcfg")
+end %>