summaryrefslogtreecommitdiffstats
path: root/chrony-details-html.lsp
blob: 423c264db3b43abf98b424f1ff7086a1c37293cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<% local data, viewlibrary = ... 
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>