summaryrefslogtreecommitdiffstats
path: root/qos-config-html.lsp
blob: 65364a9108167d5c234add9048d0dc3dd780f4a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
<% 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)
%>