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

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

<H1>Configure</H1>

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