From 3cdbb88e20095542f951d580581df5b53960240d Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 17 Oct 2013 17:57:46 +0000 Subject: Fix logfile to pass filename to alpine-baselayout/logfiles/view --- dnsmasq-logfile-html.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnsmasq-logfile-html.lsp b/dnsmasq-logfile-html.lsp index 8c0688c..771b9cd 100644 --- a/dnsmasq-logfile-html.lsp +++ b/dnsmasq-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="dnsmasq"}) + viewlibrary.dispatch_component("alpine-baselayout/logfiles/view", {filename="/var/log/messages", grep="dnsmasq"}) end %> -- cgit v1.2.3