gluon-luci-portconfig: protconfig.lua: change spaces to tabs

This commit is contained in:
Christof Schulze 2016-12-30 16:19:13 +01:00
parent 33817311ed
commit a963604f56

View File

@ -94,6 +94,10 @@ if sysconfig.lan_ifname then
o.rmempty = false
end
if uci:get('system', 'gpio_switch_poe_passthrough') then
s = f:section(SimpleSection, nil, nil)
o = s:option(Flag, "poe_passthrough", translate("Enable PoE passthrough"))