summaryrefslogtreecommitdiffstats
path: root/openntpd-logfile-html.lsp
blob: 57e315b31c6edd1ca5bee1c747d8060c7d5a6923 (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="ntpd"})
end %>