Adding observationPoint support (WIP)

This commit is contained in:
Luca 2021-06-30 20:03:13 +02:00
parent ae912ba460
commit 336f1f3d9f
19 changed files with 147 additions and 79 deletions

View file

@ -312,7 +312,7 @@ for _key, _value in pairsByKeys(vals, funct) do
column_name = column_name .. " <i class='fas fa-hourglass' title='"..i18n("hosts_stats.blocking_traffic_policy_popup_msg").."'></i>"
end
if(column_name == host.ip) then
if(host and (column_name == host.ip)) then
record["column_name"] = ""
else
record["column_name"] = column_name