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

<% 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>