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