mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
stackedProgressBars legend fix
This commit is contained in:
parent
a3d370ea7e
commit
b42baafe66
1 changed files with 1 additions and 0 deletions
|
|
@ -184,6 +184,7 @@ function stackedProgressBars(total, bars, other_label, formatter)
|
|||
legend_items[#legend_items + 1] = {
|
||||
title = other_label,
|
||||
class = "empty",
|
||||
style = "",
|
||||
value = math.max(total - cumulative, 0),
|
||||
}
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue