mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
[VS] Remove vs support on nEdge (#8005)
This commit is contained in:
parent
c90e9dcf18
commit
21d1119a73
2 changed files with 47 additions and 45 deletions
|
|
@ -1820,7 +1820,7 @@ end
|
|||
|
||||
function vs_utils.is_available()
|
||||
local scan_modules = vs_utils.list_scan_modules()
|
||||
return (#scan_modules > 0)
|
||||
return ((#scan_modules > 0) and (not ntop.isnEdge()))
|
||||
end
|
||||
|
||||
-- **********************************************************
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue