summaryrefslogtreecommitdiffstats
path: root/rrdtool-status-html.lsp
blob: 05141bd7b4514359e6cdb0e926e71ceae885a3e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<% local data, viewlibrary, page_info, session = ... 
require("htmlviewfunctions")
%>

<% htmlviewfunctions.displaycommandresults({"install","edit"}, session) %>

<H1>System Info</H1>
<DL>
<%
htmlviewfunctions.displayitem(data.value.version)
%>
</DL>

<% if viewlibrary and viewlibrary.dispatch_component then
	viewlibrary.dispatch_component("listgraphs")
end %>