summaryrefslogtreecommitdiffstats
path: root/mysql-logfile-html.lsp
blob: 2a820c4c0fe5a560ad9001ae49283b391902fdca (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="mariadb"})
end %>