summaryrefslogtreecommitdiffstats
path: root/dovecot-logfile-html.lsp
blob: d718396f28c2bbf9ae4b5ecd14e1b2000c5684b0 (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", {filename=logfile.path, grep=logfile.grep})
	end
end %>