From 03af194d9cd96d5cc840dc780fab76d741bf4b50 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 7 Jan 2009 21:13:10 +0000 Subject: Modified chrony to make config work and replace time with details. git-svn-id: svn://svn.alpinelinux.org/acf/chrony/trunk@1668 ab2d0c66-481e-0410-8bed-d214d4d58bed --- chrony-config-html.lsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chrony-config-html.lsp') 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 %>

Config

<% - 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 -- cgit v1.2.3