mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Hide alerts count if allowed networks restrictions are set
This commit is contained in:
parent
768e8ac207
commit
ac553e9470
5 changed files with 27 additions and 4 deletions
|
|
@ -524,6 +524,7 @@ function printSeries(options, tags, start_time, end_time, base_url, params)
|
|||
for _, serie in ipairs(series) do
|
||||
if ((have_nedge and serie.nedge_exclude) or (not have_nedge and serie.nedge_only)) or
|
||||
(serie.pro_skip and is_pro) or
|
||||
(serie.skip) or
|
||||
(serie.enterprise_only and (not is_enterprise)) then
|
||||
goto continue
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue