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