summaryrefslogtreecommitdiffstats
path: root/rrdtool-listgraphcfg-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-10-02 15:14:35 +0000
committerTed Trask <ttrask01@yahoo.com>2012-10-02 15:14:35 +0000
commit15286146e7a37e94922ee5f2b3243a67fb6bd69b (patch)
tree48fb9d3159af83d54c508a061d1ce5c0801eda52 /rrdtool-listgraphcfg-html.lsp
parent496505602e6bcbdf0c316e62d5cf6c7880eabdf2 (diff)
downloadacf-rrdtool-15286146e7a37e94922ee5f2b3243a67fb6bd69b.tar.bz2
acf-rrdtool-15286146e7a37e94922ee5f2b3243a67fb6bd69b.tar.xz
Added require statement for html library
Diffstat (limited to 'rrdtool-listgraphcfg-html.lsp')
-rw-r--r--rrdtool-listgraphcfg-html.lsp1
1 files changed, 1 insertions, 0 deletions
diff --git a/rrdtool-listgraphcfg-html.lsp b/rrdtool-listgraphcfg-html.lsp
index 74de6c7..cd36d06 100644
--- a/rrdtool-listgraphcfg-html.lsp
+++ b/rrdtool-listgraphcfg-html.lsp
@@ -1,5 +1,6 @@
<% local form, viewlibrary, page_info, session = ...
require("htmlviewfunctions")
+html = require("acf.html")
%>
<% htmlviewfunctions.displaycommandresults({"delete"}, session) %>