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