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

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