summaryrefslogtreecommitdiffstats
path: root/shorewall-logfile-html.lsp
blob: e939464d98c143d35f14790455d4740a9aa6b422 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<% local data, viewlibrary = ... 
require("viewfunctions")
--[[ DEBUG INFORMATION
io.write("<H1>DEBUGGING</H1><span style='color:red'><H2>DEBUG INFO: CFE</H2>")
io.write(html.cfe_unpack(data))
io.write("</span>")
--]]
%>

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