1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00
Ycarus (Yannick Chabanois) 2020-01-24 20:59:30 +01:00
parent 29e1f67d62
commit 30a4c49bc7

View file

@ -10,7 +10,7 @@ s.addremove = true
s.anonymous = false
s.template = "cbi/tblsection"
hn = s:option(ListValue, "ifname", translate("Interface"))
hn = s:option(Value, "ifname", translate("Interface"))
hn.rmempty = false
for _, iface in ipairs(ifaces) do