luci-0.9: merge r5946

This commit is contained in:
Jo-Philipp Wich 2010-03-27 03:02:56 +00:00
parent 8090100c76
commit 252a496c77

View file

@ -19,6 +19,7 @@ m = Map("qos")
s = m:section(TypedSection, "interface", translate("interfaces"))
s.addremove = true
s.anonymous = true
s:option(Flag, "enabled", translate("enable"))