summaryrefslogtreecommitdiffstats
path: root/postfix-logfile-html.lsp
blob: aa12a16ceb176587e9736da12d684f264d0087ff (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="postfix"})
end %>