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

<% if viewlibrary and viewlibrary.dispatch_component then
	viewlibrary.dispatch_component("alpine-baselayout/logfiles/view", {filename="/var/log/messages", grep="slapd"})
end %>