From e4878341b8e86e3f170b7880d1b7350efcdd7113 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 23 Sep 2015 13:01:08 +0000 Subject: Modify logfile to get logging info from the config and use common view --- clamav-logfile-html.lsp | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) mode change 100644 => 120000 clamav-logfile-html.lsp (limited to 'clamav-logfile-html.lsp') diff --git a/clamav-logfile-html.lsp b/clamav-logfile-html.lsp deleted file mode 100644 index d718396..0000000 --- a/clamav-logfile-html.lsp +++ /dev/null @@ -1,8 +0,0 @@ -<% local data, viewlibrary = ... -%> - -<% if viewlibrary and viewlibrary.dispatch_component then - for i,logfile in ipairs(data.value) do - viewlibrary.dispatch_component("alpine-baselayout/logfiles/view", {filename=logfile.path, grep=logfile.grep}) - end -end %> diff --git a/clamav-logfile-html.lsp b/clamav-logfile-html.lsp new file mode 120000 index 0000000..ac8854f --- /dev/null +++ b/clamav-logfile-html.lsp @@ -0,0 +1 @@ +../logfile-html.lsp \ No newline at end of file -- cgit v1.2.3