diff options
author | Ted Trask <ttrask01@yahoo.com> | 2014-03-04 02:41:32 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2014-03-04 02:41:32 +0000 |
commit | f9780f645bc94f2f79fc4e266e671d15232d4b9d (patch) | |
tree | ba25e6d23f9a89891d4a01c5d1ffe4c59718c914 /health-networkstats-html.lsp | |
parent | b0f4fadb7b62297b6dbd574b2a7d8eee0f990eb4 (diff) | |
download | acf-alpine-baselayout-f9780f645bc94f2f79fc4e266e671d15232d4b9d.tar.bz2 acf-alpine-baselayout-f9780f645bc94f2f79fc4e266e671d15232d4b9d.tar.xz |
Change HTML views to use htmlviewfunctions.displayheader
Modified some models to change labels
Diffstat (limited to 'health-networkstats-html.lsp')
-rw-r--r-- | health-networkstats-html.lsp | 7 |
1 files changed, 4 insertions, 3 deletions
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 @@ }); </script> -<h1>Network Statistics</h1> -Network traffic in bytes/second +<% htmlviewfunctions.displayheader(view, page_info) %> +<p>Network traffic in bytes/second</p> <div id="chart" style="width:680px; height:300px;"></div> <div class='item'><p class='left'>Display Options</p> |