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

@ -7,7 +7,7 @@ Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
http://www.apache.org/licenses/LICENSE-2.0
$Id$
]]--
@ -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"))