summaryrefslogtreecommitdiffstats
path: root/chrony-status-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'chrony-status-html.lsp')
-rw-r--r--chrony-status-html.lsp6
1 files changed, 5 insertions, 1 deletions
diff --git a/chrony-status-html.lsp b/chrony-status-html.lsp
index 2063b8a..43ee4db 100644
--- a/chrony-status-html.lsp
+++ b/chrony-status-html.lsp
@@ -20,5 +20,9 @@ displayinfo(myform,tags,"viewonly")
<H2>PROGRAM SPECIFIC OPTIONS/INFORMATION</H2>
<DL>
-
+<?
+local myform = form.status
+local tags = { "date", }
+displayinfo(myform,tags,"viewonly")
+?>
</DL>