summaryrefslogtreecommitdiffstats
path: root/chrony-config-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'chrony-config-html.lsp')
-rw-r--r--chrony-config-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrony-config-html.lsp b/chrony-config-html.lsp
index 9272f40..3768699 100644
--- a/chrony-config-html.lsp
+++ b/chrony-config-html.lsp
@@ -17,8 +17,8 @@ end %>
<H1>Config</H1>
<%
- form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action
- displayform(form)
+ local order = { "server", "allow", "driftfile", "keyfile", "commandkey" }
+ displayform(form, order, nil, page_info)
%>
<% if viewlibrary and viewlibrary.dispatch_component then