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.lsp11
1 files changed, 0 insertions, 11 deletions
diff --git a/qos-config-html.lsp b/qos-config-html.lsp
deleted file mode 100644
index 65364a9..0000000
--- a/qos-config-html.lsp
+++ /dev/null
@@ -1,11 +0,0 @@
-<% local form, viewlibrary, page_info = ...
-require("htmlviewfunctions")
-html = require("acf.html")
-%>
-
-<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
- htmlviewfunctions.displayform(form, order, nil, page_info)
-%>