summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2015-10-30 13:43:02 +0000
committerTed Trask <ttrask01@yahoo.com>2015-10-30 13:43:02 +0000
commitf1cfbeb73886f96449b74a79cde5f47b83783e89 (patch)
treeaf4181f13d4415d6c028d2d0add46a7b3a988e7e
parentbcdfc1ab56199a17c533b18e84f96694b13ce43b (diff)
downloadacf-core-f1cfbeb73886f96449b74a79cde5f47b83783e89.tar.bz2
acf-core-f1cfbeb73886f96449b74a79cde5f47b83783e89.tar.xz
Add displayinfo to logfile HTML view
-rw-r--r--app/logfile-html.lsp3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/logfile-html.lsp b/app/logfile-html.lsp
index 13766ef..4299f8f 100644
--- a/app/logfile-html.lsp
+++ b/app/logfile-html.lsp
@@ -1,4 +1,7 @@
<% local data, viewlibrary, page_info, session = ... %>
+<% htmlviewfunctions = require("htmlviewfunctions") %>
+
+<% htmlviewfunctions.displayinfo(data) %>
<% if viewlibrary and viewlibrary.dispatch_component then
local clientdata = {}