mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Fixes names not displayed (#8994)
This commit is contained in:
parent
65ada0ab42
commit
c9a95ded82
1 changed files with 3 additions and 1 deletions
|
|
@ -69,9 +69,11 @@ for key, value in pairsByKeys(_hosts_stats, rev) do
|
|||
if(key < threshold) then
|
||||
break
|
||||
end
|
||||
local host_info = hosts_stats[value];
|
||||
local host_label = hostinfo2label(host_info, true, false, true)
|
||||
|
||||
res[#res+1] = {
|
||||
label = value,
|
||||
label = host_label,
|
||||
value = key,
|
||||
url = ntop.getHttpPrefix().."/lua/host_details.lua?"..hostinfo2url(value)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue