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

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

<H1>Configure</H1>

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