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

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

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

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