summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2013-10-17 18:03:09 +0000
committerTed Trask <ttrask01@yahoo.com>2013-10-17 18:03:09 +0000
commit0e0a8293f75edce4d19dbb170ccaa7ab8c790929 (patch)
tree01cddcee85d9d11a5fba2a30086d9a5ffb1c3264
parentca053fbdd3dc497dd4ecbee8607ffe44ea1d50a4 (diff)
downloadacf-shorewall-0e0a8293f75edce4d19dbb170ccaa7ab8c790929.tar.bz2
acf-shorewall-0e0a8293f75edce4d19dbb170ccaa7ab8c790929.tar.xz
Fix logfile to pass filename to alpine-baselayout/logfiles/view
-rw-r--r--shorewall-logfile-html.lsp2
1 files changed, 1 insertions, 1 deletions
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 %>