mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Fix host alert configuration issues
This commit is contained in:
parent
21171bbd73
commit
10be6c2190
6 changed files with 10 additions and 7 deletions
|
|
@ -1171,7 +1171,7 @@ end
|
|||
-- edge: minimum percentage value to create collision
|
||||
-- min_col: minimum collision groups to aggregate
|
||||
function aggregatePie(values, values_sum, edge, min_col)
|
||||
local edge = edge or 0.05
|
||||
local edge = edge or 0.09
|
||||
min_col = min_col or 2
|
||||
local aggr = {}
|
||||
local other = i18n("other")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue