From 8e8a385f5fdc04b0552c9fb657b12d043775062c Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 17 Oct 2013 17:58:08 +0000 Subject: Fix logfile to pass filename to alpine-baselayout/logfiles/view --- dovecot-logfile-html.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dovecot-logfile-html.lsp b/dovecot-logfile-html.lsp index c8f048c..53a76ce 100644 --- a/dovecot-logfile-html.lsp +++ b/dovecot-logfile-html.lsp @@ -2,5 +2,5 @@ %> <% if viewlibrary and viewlibrary.dispatch_component then - viewlibrary.dispatch_component("alpine-baselayout/logfiles/view", {name="/var/log/messages", grep="dovecot"}) + viewlibrary.dispatch_component("alpine-baselayout/logfiles/view", {filename="/var/log/messages", grep="dovecot"}) end %> -- cgit v1.2.3