diff options
author | Ted Trask <ttrask01@yahoo.com> | 2012-10-02 15:09:01 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2012-10-02 15:09:01 +0000 |
commit | c52675a5dde0e1eb7e8483fd15fe71ba96168611 (patch) | |
tree | e4876fdc6ff7557d5695032872504bc488cc8625 /dhcp-listhosts-html.lsp | |
parent | 3a8a8759b74dd4ffc453113d7e80a992fbca1404 (diff) | |
download | acf-dhcp-c52675a5dde0e1eb7e8483fd15fe71ba96168611.tar.bz2 acf-dhcp-c52675a5dde0e1eb7e8483fd15fe71ba96168611.tar.xz |
Added require statement for html library
Diffstat (limited to 'dhcp-listhosts-html.lsp')
-rw-r--r-- | dhcp-listhosts-html.lsp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dhcp-listhosts-html.lsp b/dhcp-listhosts-html.lsp index 0e3a4b9..140f296 100644 --- a/dhcp-listhosts-html.lsp +++ b/dhcp-listhosts-html.lsp @@ -1,5 +1,6 @@ <% local view, viewlibrary, page_info, session = ... %> <% require("htmlviewfunctions") %> +<% html = require("acf.html") %> <% htmlviewfunctions.displaycommandresults({"edithost", "delhost", "createhost"}, session) %> |