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.lsp10
1 files changed, 10 insertions, 0 deletions
diff --git a/qos-config-html.lsp b/qos-config-html.lsp
new file mode 100644
index 0000000..31c965a
--- /dev/null
+++ b/qos-config-html.lsp
@@ -0,0 +1,10 @@
+<% local form, viewlibrary, page_info = ...
+require("viewfunctions")
+%>
+
+<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)
+%>