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

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

<%
local header_level = htmlviewfunctions.displaysectionstart(cfe({label="Configure"}), page_info)
if viewlibrary and viewlibrary.dispatch_component then
	viewlibrary.dispatch_component("listrrd")
	viewlibrary.dispatch_component("listgraphcfg")
end
htmlviewfunctions.displaysectionend(header_level)
%>