summaryrefslogtreecommitdiffstats
path: root/dhcp-listhosts-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'dhcp-listhosts-html.lsp')
-rw-r--r--dhcp-listhosts-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/dhcp-listhosts-html.lsp b/dhcp-listhosts-html.lsp
index 7a8dfd1..f19c9d1 100644
--- a/dhcp-listhosts-html.lsp
+++ b/dhcp-listhosts-html.lsp
@@ -1,7 +1,7 @@
<% local view, viewlibrary, page_info, session = ... %>
-<% require("viewfunctions") %>
+<% require("htmlviewfunctions") %>
-<% displaycommandresults({"edithost", "delhost", "createhost"}, session) %>
+<% htmlviewfunctions.displaycommandresults({"edithost", "delhost", "createhost"}, session) %>
<H1>Host Declarations</H1>