summaryrefslogtreecommitdiffstats
path: root/clamav-logfile-html.lsp
blob: a2ef389feca22f4e8e26ccf11028645f10180988 (plain)
1
2
3
4
5
6
7
<% local data, viewlibrary = ... 
require("viewfunctions")
%>

<% if viewlibrary and viewlibrary.dispatch_component then
	viewlibrary.dispatch_component("alpine-baselayout/logfiles/view", {name="/var/log/messages", grep="clamav"})
end %>