modules/admin-full: fix ordering
This commit is contained in:
parent
9c6efa1554
commit
45cedb0fbd
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ $Id$
|
||||||
|
|
||||||
local dev
|
local dev
|
||||||
local devices = { }
|
local devices = { }
|
||||||
for _, dev in luci.util.kspairs(luci.sys.net.devices()) do
|
for _, dev in luci.util.vspairs(luci.sys.net.devices()) do
|
||||||
if dev ~= "lo" and not ntm:ignore_interface(dev) then
|
if dev ~= "lo" and not ntm:ignore_interface(dev) then
|
||||||
devices[#devices+1] = dev
|
devices[#devices+1] = dev
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue