summaryrefslogtreecommitdiffstats
path: root/qos-details-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'qos-details-html.lsp')
-rw-r--r--qos-details-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/qos-details-html.lsp b/qos-details-html.lsp
index d5516bc..156fa81 100644
--- a/qos-details-html.lsp
+++ b/qos-details-html.lsp
@@ -1,8 +1,8 @@
<% local data, viewlibrary, page_info, session = ...
-require("viewfunctions")
+require("htmlviewfunctions")
%>
-<% displaycommandresults({"enable","config","expert","startstop"}, session) %>
+<% htmlviewfunctions.displaycommandresults({"enable","config","expert","startstop"}, session) %>
<% viewlibrary.dispatch_component("status") %>