summaryrefslogtreecommitdiffstats
path: root/chrony-logfile-html.lsp
blob: a1184f82717bb9cb22c8712239af685280466e15 (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="chronyd"})
end %>