summaryrefslogtreecommitdiffstats
path: root/postgresql-logfile-html.lsp
blob: 4f2e3887469ddd85718b725e62e8f19ccf9ec232 (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="postgres"})
end %>