From 2e549160c5493f2278cb97b6052a70efbe252411 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 17 Oct 2013 17:59:40 +0000 Subject: Fix logfile to pass filename to alpine-baselayout/logfiles/view --- ipsectools-logfile-html.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipsectools-logfile-html.lsp b/ipsectools-logfile-html.lsp index 1102aea..5b2cd47 100644 --- a/ipsectools-logfile-html.lsp +++ b/ipsectools-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="racoon"}) + viewlibrary.dispatch_component("alpine-baselayout/logfiles/view", {filename="/var/log/messages", grep="racoon"}) end %> -- cgit v1.2.3