Fixes empty probe_ip

This commit is contained in:
Matteo Biscosi 2025-05-15 11:46:29 +02:00
parent 13352fb144
commit b98a294902

View file

@ -683,6 +683,7 @@ local function dt_format_probe(probe_ip)
if isEmptyString(probe_ip) or probe_ip == "0.0.0.0" or probe_ip == "0" then
probe_info["title"] = ""
probe_info["label"] = ""
probe_info["value"] = ""
else
probe_info["label"] = getProbeName(probe_ip)
if (probe_info["label"]