mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Unifies status_id and status_key
This commit is contained in:
parent
1eb02b2c2b
commit
0a9a7015e0
14 changed files with 60 additions and 56 deletions
|
|
@ -1611,7 +1611,7 @@ function printActiveFlowsDropdown(base_url, page_params, ifstats, flowstats, is_
|
|||
local status_stats = flowstats["status"]
|
||||
local first = true
|
||||
for _, s in pairsByKeys(flow_consts.status_types) do
|
||||
local t = s.status_id
|
||||
local t = s.status_key
|
||||
|
||||
if(t > 0) then
|
||||
if status_stats[t] and status_stats[t].count > 0 then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue