summaryrefslogtreecommitdiffstats
path: root/chrony-details-html.lsp
blob: 29d0e05021e5dc01b4750ab7cde4a143b5893424 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<% local data, viewlibrary = ... 
htmlviewfunctions = require("htmlviewfunctions")
html = require("acf.html")
%>

<% viewlibrary.dispatch_component("status") %>

<H2><%= html.html_escape(data.label) %></H2>
<DL>
<% htmlviewfunctions.displayitem(data.value.time) %>
<% htmlviewfunctions.displayitem(data.value.tracking) %>
</DL>
<H3>Sources</H3>
<DL><pre><%= html.html_escape(data.value.sources.value) %></pre></DL>
<H3>Source Stats</H3>
<DL><pre><%= html.html_escape(data.value.sourcestats.value) %></pre></DL>