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

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

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