summaryrefslogtreecommitdiffstats
path: root/chrony-config-html.lsp
blob: 68f2d4a43da2f89902094bf0f2412886ec0661f9 (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, 1, page_info) %>