From 6898d43145abec567ced449b48ac4c1977e97332 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 29 Jan 2015 16:36:37 -0500 Subject: Initial commit for acf-mariadb based on acf-mysql-0.1.1 --- 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