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