mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 09:20:10 +00:00
Fixes duplicated color and others label (#7580)
This commit is contained in:
parent
07eb1016b4
commit
2a712d280d
2 changed files with 2 additions and 2 deletions
|
|
@ -47,7 +47,7 @@ end
|
|||
|
||||
if other_num > 0 then
|
||||
series[#series + 1] = other_num
|
||||
labels[#labels + 1] = i18n('others')
|
||||
labels[#labels + 1] = i18n('other')
|
||||
colors[#colors + 1] = graph_utils.get_html_color(#colors + 1)
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue