我想使用不同的配置文件从s.template =“ cbi / tblsection”中填充listvalue选项
m = Map("vlan", translate("Vlan"),translate("This is vlan description"))
s = m:section(TypedSection, "vlan", translate("Vlan List"))
s.addremove = true
s.anonymous = true
s.template = "cbi/tblsection"
在另一页面(interface.lua)中,我将通过上述配置文件VLAN ID填充VLAN ID ListValue选项
id = s:option(ListValue, "id", translate("<abbr title=\"Set Vlan id\">Vlan id</abbr>"))