luci填充来自不同配置文件的listvalue

时间:2018-10-01 20:59:37

标签: luci uci

我想使用不同的配置文件从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>"))

0 个答案:

没有答案