diff options
author | Ted Trask <ttrask01@yahoo.com> | 2015-11-02 14:09:42 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2015-11-02 14:09:42 +0000 |
commit | 3d69b32a0b152ddbc90d272fb970a3e4781763b9 (patch) | |
tree | d6b7312b0c25b0b2f8925ca622486c29288c80a8 /unbound-logfile-html.lsp | |
parent | 16ae49688035474711f4cc32d890ff4000bdee73 (diff) | |
download | acf-unbound-3d69b32a0b152ddbc90d272fb970a3e4781763b9.tar.bz2 acf-unbound-3d69b32a0b152ddbc90d272fb970a3e4781763b9.tar.xz |
Modify logfile to get logging info from the config and use common view
Diffstat (limited to 'unbound-logfile-html.lsp')
l---------[-rw-r--r--] | unbound-logfile-html.lsp | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/unbound-logfile-html.lsp b/unbound-logfile-html.lsp index d718396..ac8854f 100644..120000 --- a/unbound-logfile-html.lsp +++ b/unbound-logfile-html.lsp @@ -1,8 +1 @@ -<% 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 %> +../logfile-html.lsp
\ No newline at end of file |