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

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