mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
parent
3144bc8bdf
commit
7c6a84e851
2 changed files with 9 additions and 5 deletions
|
|
@ -200,6 +200,8 @@ if(hosts_stats ~= nil) then
|
|||
custom_column_key, custom_column_format = custom_column_utils.label2criteriakey(sortColumn)
|
||||
local val = custom_column_utils.hostStatsToColumnValue(hosts_stats[key], custom_column_key, false)
|
||||
vals[val + postfix] = key
|
||||
else
|
||||
vals[key] = key
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue