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