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