From f6b8fb0c19cdaf8cd0263b36d0aa615175cf863f Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 17 Oct 2013 17:55:49 +0000 Subject: Fix logfile to pass filename to alpine-baselayout/logfiles/view --- chrony-logfile-html.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrony-logfile-html.lsp b/chrony-logfile-html.lsp index 6adde6f..a1184f8 100644 --- a/chrony-logfile-html.lsp +++ b/chrony-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="chronyd"}) + viewlibrary.dispatch_component("alpine-baselayout/logfiles/view", {filename="/var/log/messages", grep="chronyd"}) end %> -- cgit v1.2.3