summaryrefslogtreecommitdiffstats
path: root/qos-config-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'qos-config-html.lsp')
-rw-r--r--qos-config-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/qos-config-html.lsp b/qos-config-html.lsp
index 31c965a..02f0d2a 100644
--- a/qos-config-html.lsp
+++ b/qos-config-html.lsp
@@ -1,10 +1,10 @@
<% local form, viewlibrary, page_info = ...
-require("viewfunctions")
+require("htmlviewfunctions")
%>
<H1><%= html.html_escape(form.label) %></H1>
<%
local order = {"DEV", "DEV_RATE", "INGRESS_ALG", "IFB_DEV", "INGRESS_RATE", "EGRESS_ALG", "EGRESS_RATE"}
form.value.DEV.readonly = true
- displayform(form, order, nil, page_info)
+ htmlviewfunctions.displayform(form, order, nil, page_info)
%>