Updated network discovery to vuejs (#7368)

This commit is contained in:
Matteo Biscosi 2023-04-05 09:12:57 +00:00
parent 804a9a5c68
commit 95c585e2d0
11 changed files with 278 additions and 224 deletions

View file

@ -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