From c64ba1fb7294f63b3daf69b8aed5d8843c559e95 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 27 Nov 2014 19:47:46 +0000 Subject: Initial commit for acf-mysql --- mysql-logfile-html.lsp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 mysql-logfile-html.lsp (limited to 'mysql-logfile-html.lsp') diff --git a/mysql-logfile-html.lsp b/mysql-logfile-html.lsp new file mode 100644 index 0000000..e119738 --- /dev/null +++ b/mysql-logfile-html.lsp @@ -0,0 +1,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 %> -- cgit v1.2.3