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

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