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