summaryrefslogtreecommitdiffstats
path: root/shorewall-logfile-html.lsp
blob: e712df2b6c9b38ca5e3831c5025d46d22bb7843e (plain)
1
2
3
4
5
6
<% local data, viewlibrary = ... 
%>

<% if viewlibrary and viewlibrary.dispatch_component then
	viewlibrary.dispatch_component("alpine-baselayout/logfiles/view", {name=data.value, grep="Shorewall"})
end %>