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

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

<H1>Configure</H1>

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