mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Added tooltip to active monitoring and hostname (#9140)
This commit is contained in:
parent
ce5da7252a
commit
f5ee60c1a0
3 changed files with 7 additions and 3 deletions
|
|
@ -67,6 +67,10 @@ for key, info in pairs(active_monitoring_hosts) do
|
|||
end
|
||||
end
|
||||
|
||||
if ip_address == info.label then
|
||||
info.label = ip2label(ip_address)
|
||||
end
|
||||
|
||||
res[#res + 1] = {
|
||||
key = key,
|
||||
ip_address = ip_address,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue