From d9397d5fd90208b20c0cb44872a4c596b61f036d Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Sat, 31 Oct 2015 18:56:05 +0000 Subject: Modify logfile to use common view --- mysql-logfile-html.lsp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) mode change 100644 => 120000 mysql-logfile-html.lsp (limited to 'mysql-logfile-html.lsp') diff --git a/mysql-logfile-html.lsp b/mysql-logfile-html.lsp deleted file mode 100644 index 2a820c4..0000000 --- a/mysql-logfile-html.lsp +++ /dev/null @@ -1,6 +0,0 @@ -<% local data, viewlibrary = ... -%> - -<% if viewlibrary and viewlibrary.dispatch_component then - viewlibrary.dispatch_component("alpine-baselayout/logfiles/view", {filename="/var/log/messages", grep="mariadb"}) -end %> diff --git a/mysql-logfile-html.lsp b/mysql-logfile-html.lsp new file mode 120000 index 0000000..ac8854f --- /dev/null +++ b/mysql-logfile-html.lsp @@ -0,0 +1 @@ +../logfile-html.lsp \ No newline at end of file -- cgit v1.2.3