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