From f9780f645bc94f2f79fc4e266e671d15232d4b9d Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Tue, 4 Mar 2014 02:41:32 +0000 Subject: Change HTML views to use htmlviewfunctions.displayheader Modified some models to change labels --- health-networkstats-html.lsp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'health-networkstats-html.lsp') diff --git a/health-networkstats-html.lsp b/health-networkstats-html.lsp index 3963773..e6a5d3a 100644 --- a/health-networkstats-html.lsp +++ b/health-networkstats-html.lsp @@ -1,5 +1,6 @@ -<% local view, viewlibrary, page_info = ... %> +<% local view, viewlibrary, page_info, session = ... %> <% json = require("json") %> +<% htmlviewfunctions = require("htmlviewfunctions") %> <% html = require("acf.html") %> <% -- Table of colors @@ -141,8 +142,8 @@ }); -

Network Statistics

-Network traffic in bytes/second +<% htmlviewfunctions.displayheader(view, page_info) %> +

Network traffic in bytes/second

Display Options

-- cgit v1.2.3