summaryrefslogtreecommitdiffstats
path: root/gross-logfile-html.lsp
blob: 72872627ccc8f542ac11a3ac4103147471184e40 (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="/var/log/messages", grep="gross"})
end %>