summaryrefslogtreecommitdiffstats
path: root/qos-config-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-10-28 22:33:02 +0000
committerTed Trask <ttrask01@yahoo.com>2012-10-28 22:33:02 +0000
commitec52fcd237f1dfe6b478b1c277ec31c57a8e1403 (patch)
tree778959abb270bd89b1d78400515a332ba40b6d38 /qos-config-html.lsp
parentf52e7340641dfb1983b11cf22b7ead151eae8579 (diff)
downloadacf-iproute2-qos-ec52fcd237f1dfe6b478b1c277ec31c57a8e1403.tar.bz2
acf-iproute2-qos-ec52fcd237f1dfe6b478b1c277ec31c57a8e1403.tar.xz
Removed unneeded views by updating CFE for autoview
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)
-%>