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

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