summaryrefslogtreecommitdiffstats
path: root/rrdtool-createrrd-html.lsp
blob: 507fca936cb810817bf1359de09773bd8ab850ac (plain)
1
2
3
4
5
6
7
8
9
10
<% local form, viewlibrary, page_info, session = ... 
require("htmlviewfunctions")
%>
<% htmlviewfunctions.displaycommandresults({"createrrd"}, session) %>

<h1>Create new RRD</h1>
<%
	local order = {"filename", "start", "step", "ds", "rra"}
	htmlviewfunctions.displayform(form, order)
%>