mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Adding observationPoint support (WIP)
This commit is contained in:
parent
ae912ba460
commit
336f1f3d9f
19 changed files with 147 additions and 79 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue