Merge pull request #5770 from dacrossman/dacrossman-luci-rp-pppoe-fix

luci-app-rp-pppoe-server: use netlist template
This commit is contained in:
Jo-Philipp Wich 2022-04-20 14:07:38 +02:00 committed by GitHub
commit ddf33f7eee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ s.addremove = true
s.anonymous = true s.anonymous = true
o = s:option(Value, "interface", translate("Interface"), translate("Interface on which to listen.")) o = s:option(Value, "interface", translate("Interface"), translate("Interface on which to listen."))
o.template = "cbi/network_ifacelist" o.template = "cbi/network_netlist"
o.nocreate = true o.nocreate = true
o = s:option(Value, "ac_name", translate("Access Concentrator Name")) o = s:option(Value, "ac_name", translate("Access Concentrator Name"))