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

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

<H1>Configure</H1>

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