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