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

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