From e4580cd98e5e42612dfa49ccfa2bb79fc47cfab5 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 17 Sep 2009 16:18:32 +0000 Subject: First cut at ACF for iproute2-qos --- qos-config-html.lsp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 qos-config-html.lsp (limited to 'qos-config-html.lsp') 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") +%> + +

<%= 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 + displayform(form, order, nil, page_info) +%> -- cgit v1.2.3