mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Fix active flows error
This commit is contained in:
parent
a76f929c34
commit
935c2de722
1 changed files with 1 additions and 1 deletions
|
|
@ -1224,7 +1224,7 @@ function printActiveFlowsDropdown(base_url, page_params, ifstats, flowstats, is_
|
|||
first = false
|
||||
end
|
||||
if status_stats[t] and status_stats[t].count > 0 then
|
||||
entries[#entries + 1] = {string.format("%u", t), s.i18n .. " ("..status_stats[t].count..")"}
|
||||
entries[#entries + 1] = {string.format("%u", t), i18n(s.i18n_title) .. " ("..status_stats[t].count..")"}
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue