diff --git a/scripts/lua/modules/alert_store/host_alert_store.lua b/scripts/lua/modules/alert_store/host_alert_store.lua index 8524fdc148..a076f7084d 100644 --- a/scripts/lua/modules/alert_store/host_alert_store.lua +++ b/scripts/lua/modules/alert_store/host_alert_store.lua @@ -177,7 +177,7 @@ function host_alert_store:format_record(value, no_html) -- Checking that the name of the host is not empty if value["name"] and (not isEmptyString(value["name"])) then - record[RNAME.IP.name]["label"] = value["name"] + record[RNAME.IP.name]["label"] = hostVisualization(value["name"], value["name"], value["vlan_id"]) end record[RNAME.IP.name]["shown_label"] = record[RNAME.IP.name]["label"]