luci-0.9: merge r6165

This commit is contained in:
Jo-Philipp Wich 2010-05-15 18:49:20 +00:00
parent 57dc871f5a
commit 48e35bf43a

View file

@ -21,7 +21,8 @@ s = m:section(TypedSection, "interface", translate("interfaces"))
s.addremove = true
s.anonymous = true
s:option(Flag, "enabled", translate("enable"))
e = s:option(Flag, "enabled", translate("enable"))
e.rmempty = false
c = s:option(ListValue, "classgroup")
c:value("Default", "standard")