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

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

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