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