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

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

<% htmlviewfunctions.displayitem(form, page_info) %>