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

<% 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 %>