summaryrefslogtreecommitdiffstats
path: root/chrony-config-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-10-28 23:01:27 +0000
committerTed Trask <ttrask01@yahoo.com>2012-10-28 23:01:27 +0000
commit0827d796166185650b58d98a273308315e24975e (patch)
tree17a0f463bcd783094bd567ccce79cc142c1dcaa3 /chrony-config-html.lsp
parent86295c2cb82d92faacad467a73e2219f2747f7e9 (diff)
downloadacf-chrony-0827d796166185650b58d98a273308315e24975e.tar.bz2
acf-chrony-0827d796166185650b58d98a273308315e24975e.tar.xz
Cleaned up config view by updating CFE for autoview
Diffstat (limited to 'chrony-config-html.lsp')
-rw-r--r--chrony-config-html.lsp6
1 files changed, 1 insertions, 5 deletions
diff --git a/chrony-config-html.lsp b/chrony-config-html.lsp
index fbf58e1..58e1891 100644
--- a/chrony-config-html.lsp
+++ b/chrony-config-html.lsp
@@ -6,8 +6,4 @@ require("htmlviewfunctions")
viewlibrary.dispatch_component("status")
end %>
-<H1>Config</H1>
-<%
- local order = { "server", "allow", "driftfile", "keyfile", "commandkey" }
- htmlviewfunctions.displayform(form, order, nil, page_info)
-%>
+<% htmlviewfunctions.displayitem(form, 1, page_info) %>