From 0e0a8293f75edce4d19dbb170ccaa7ab8c790929 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 17 Oct 2013 18:03:09 +0000 Subject: Fix logfile to pass filename to alpine-baselayout/logfiles/view --- shorewall-logfile-html.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shorewall-logfile-html.lsp b/shorewall-logfile-html.lsp index e712df2..d8c6035 100644 --- a/shorewall-logfile-html.lsp +++ b/shorewall-logfile-html.lsp @@ -2,5 +2,5 @@ %> <% if viewlibrary and viewlibrary.dispatch_component then - viewlibrary.dispatch_component("alpine-baselayout/logfiles/view", {name=data.value, grep="Shorewall"}) + viewlibrary.dispatch_component("alpine-baselayout/logfiles/view", {filename=data.value, grep="Shorewall"}) end %> -- cgit v1.2.3