mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
Several fixes for #9649
This commit is contained in:
parent
681d7703c9
commit
2ad0603c12
4 changed files with 1284 additions and 1269 deletions
|
|
@ -66,7 +66,7 @@ local function unifyNodes(new_nodes, nodes, query, max_nodes_per_level)
|
|||
for node_id, node_value in pairsByValues(values or {}, rev) do
|
||||
-- Get the formatter if available
|
||||
local formatted_data, node_link = flow_data_preset.getFormattedDataAndLink(key,
|
||||
node_id)
|
||||
node_id, values)
|
||||
local label = node_id
|
||||
current_nodes_per_level = current_nodes_per_level + 1
|
||||
if (formatted_data ~= node_id) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue