From ec52fcd237f1dfe6b478b1c277ec31c57a8e1403 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Sun, 28 Oct 2012 22:33:02 +0000 Subject: Removed unneeded views by updating CFE for autoview --- qos-config-html.lsp | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 qos-config-html.lsp (limited to 'qos-config-html.lsp') 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") -%> - -

<%= html.html_escape(form.label) %>

-<% - 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) -%> -- cgit v1.2.3