From f1cfbeb73886f96449b74a79cde5f47b83783e89 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Fri, 30 Oct 2015 13:43:02 +0000 Subject: Add displayinfo to logfile HTML view --- app/logfile-html.lsp | 3 +++ 1 file changed, 3 insertions(+) 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 = {} -- cgit v1.2.3