Hide alerts count if allowed networks restrictions are set

This commit is contained in:
emanuele-f 2020-02-06 16:01:37 +01:00
parent 768e8ac207
commit ac553e9470
5 changed files with 27 additions and 4 deletions

View file

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