summaryrefslogtreecommitdiffstats
path: root/health-networkstats-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'health-networkstats-html.lsp')
-rw-r--r--health-networkstats-html.lsp7
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>