diff options
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) %> |