mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Updated network discovery to vuejs (#7368)
This commit is contained in:
parent
804a9a5c68
commit
95c585e2d0
11 changed files with 278 additions and 224 deletions
|
|
@ -1237,8 +1237,8 @@ function discover.discover2table(interface_name, recache)
|
|||
snmp_community = "public"
|
||||
end
|
||||
|
||||
interface.select(interface_name)
|
||||
|
||||
interface.select(tostring(interface_name))
|
||||
|
||||
local cached = discovery2config(interface_name)
|
||||
|
||||
if recache ~= true then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue