Added tooltip to active monitoring and hostname (#9140)

This commit is contained in:
Matteo Biscosi 2025-04-11 17:45:57 +02:00
parent ce5da7252a
commit f5ee60c1a0
3 changed files with 7 additions and 3 deletions

View file

@ -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,