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

<% if viewlibrary and viewlibrary.dispatch_component then
	for i,logfile in ipairs(data.value) do
		viewlibrary.dispatch_component("alpine-baselayout/logfiles/view", {name=logfile.path, grep=logfile.grep})
	end
end %>