summaryrefslogtreecommitdiffstats
path: root/rrdtool-status-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'rrdtool-status-html.lsp')
-rw-r--r--rrdtool-status-html.lsp12
1 files changed, 12 insertions, 0 deletions
diff --git a/rrdtool-status-html.lsp b/rrdtool-status-html.lsp
new file mode 100644
index 0000000..b478473
--- /dev/null
+++ b/rrdtool-status-html.lsp
@@ -0,0 +1,12 @@
+<% local data, viewlibrary, page_info, session = ...
+require("viewfunctions")
+%>
+
+<% displaycommandresults({"install","edit"}, session) %>
+
+<H1>System Info</H1>
+<DL>
+<%
+displayitem(data.value.version)
+%>
+</DL>