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