Skip to content
Snippets Groups Projects
Commit d09351c9 authored by Christof Schulze's avatar Christof Schulze Committed by Andreas Ziegler
Browse files

gluon-luci-portconfig: portconfig.lua: change spaces to tabs (#998)

parent 2ddf77fc
No related branches found
No related tags found
No related merge requests found
...@@ -101,7 +101,6 @@ if uci:get('system', 'gpio_switch_poe_passthrough') then ...@@ -101,7 +101,6 @@ if uci:get('system', 'gpio_switch_poe_passthrough') then
o.rmempty = false o.rmempty = false
end end
function f.handle(self, state, data) function f.handle(self, state, data)
if state == FORM_VALID then if state == FORM_VALID then
uci:set("network", "wan", "proto", data.ipv4) uci:set("network", "wan", "proto", data.ipv4)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment