summaryrefslogtreecommitdiffstats
path: root/qos-details-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-10-02 15:10:54 +0000
committerTed Trask <ttrask01@yahoo.com>2012-10-02 15:10:54 +0000
commitf52e7340641dfb1983b11cf22b7ead151eae8579 (patch)
treee5727d45c39b061505e1a7341e27f6b0edbf2a9e /qos-details-html.lsp
parent3e86d093b66f1495a949358045900ce72d1ac4a0 (diff)
downloadacf-iproute2-qos-f52e7340641dfb1983b11cf22b7ead151eae8579.tar.bz2
acf-iproute2-qos-f52e7340641dfb1983b11cf22b7ead151eae8579.tar.xz
Added require statement for html library
Diffstat (limited to 'qos-details-html.lsp')
-rw-r--r--qos-details-html.lsp1
1 files changed, 1 insertions, 0 deletions
diff --git a/qos-details-html.lsp b/qos-details-html.lsp
index ba5a631..070c6ca 100644
--- a/qos-details-html.lsp
+++ b/qos-details-html.lsp
@@ -1,5 +1,6 @@
<% local data, viewlibrary, page_info, session = ...
require("htmlviewfunctions")
+html = require("acf.html")
%>
<% htmlviewfunctions.displaycommandresults({"enable","config","expert","startstopinterface"}, session) %>