summaryrefslogtreecommitdiffstats
path: root/shorewall-logfile-html.lsp
blob: d8c6035b85be5cbeb5795517b834f002dbb73c21 (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=data.value, grep="Shorewall"})
end %>