mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 16:30:10 +00:00
Fix ntopng references for oem
This commit is contained in:
parent
90a22ac7b0
commit
ee17475cc5
8 changed files with 28 additions and 21 deletions
|
|
@ -1719,7 +1719,7 @@ elseif(page == "config") then
|
|||
end
|
||||
end
|
||||
|
||||
if not ifstats.isDynamic then
|
||||
if not ifstats.isDynamic and not have_nedge then
|
||||
local cur_mode = ntop.getCache(disaggregation_criterion_key)
|
||||
if isEmptyString(cur_mode) then
|
||||
cur_mode = "none"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue