luci-0.10: merge r7336

This commit is contained in:
Jo-Philipp Wich 2011-07-30 19:43:15 +00:00
parent cd0b0fbedf
commit 6c92060639
3 changed files with 13 additions and 2 deletions

View file

@ -23,6 +23,10 @@ local translate = luci.i18n.translate
local DummyValue = luci.cbi.DummyValue
local SimpleSection = luci.cbi.SimpleSection
function index()
return -- no-op
end
function run_processes(outnets, cmdfunc)
i = next(outnets, nil)
while (i) do
@ -190,4 +194,4 @@ function config_devinfo_scan(map, scannet)
o = scannet:option(luci.cbi.Value, "sleepreq", translate("Sleep Between Requests"), translate("Milliseconds to sleep between requests (default 100)"))
o.optional = true
end
end

View file

@ -23,6 +23,9 @@ local translate = luci.i18n.translate
local DummyValue = luci.cbi.DummyValue
local SimpleSection = luci.cbi.SimpleSection
function index()
return -- no-op
end
function get_params()
@ -96,4 +99,4 @@ function action_links(netdiscovermap, mini)
else
b.titleref = luci.dispatcher.build_url("admin", "status", "netdiscover_devinfo")
end
end
end

View file

@ -23,6 +23,10 @@ local translate = luci.i18n.translate
local DummyValue = luci.cbi.DummyValue
local SimpleSection = luci.cbi.SimpleSection
function index()
return -- no-op
end
function get_params()
local smapnets_uci = luci.model.uci.cursor()