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