summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2013-10-17 18:01:17 +0000
committerTed Trask <ttrask01@yahoo.com>2013-10-17 18:01:17 +0000
commitb62e80c13736d0492134f5787e24063f7876262c (patch)
treee6fc3d862d1ea6729d71d76cbf4bbc970b1c177e
parent537d42356d5558701888e78121bfcdd100bf01db (diff)
downloadacf-openvpn-b62e80c13736d0492134f5787e24063f7876262c.tar.bz2
acf-openvpn-b62e80c13736d0492134f5787e24063f7876262c.tar.xz
Fix logfile to pass filename to alpine-baselayout/logfiles/view
-rw-r--r--openvpn-logfile-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/openvpn-logfile-html.lsp b/openvpn-logfile-html.lsp
index a0bd319..16c583a 100644
--- a/openvpn-logfile-html.lsp
+++ b/openvpn-logfile-html.lsp
@@ -2,5 +2,5 @@
%>
<% if viewlibrary and viewlibrary.dispatch_component then
- viewlibrary.dispatch_component("alpine-baselayout/logfiles/view", {name=data.value})
+ viewlibrary.dispatch_component("alpine-baselayout/logfiles/view", {filename=data.value})
end %>