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

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

<H1>Config</H1>
<%
	local order = { "server", "allow", "driftfile", "keyfile", "commandkey" }
	htmlviewfunctions.displayform(form, order, nil, page_info)
%>