mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Removed lines where host names are set to host IP
This commit is contained in:
parent
c9f18c918d
commit
bb0b461236
1 changed files with 5 additions and 1 deletions
|
|
@ -316,7 +316,11 @@ 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
|
||||
|
||||
record["column_name"] = column_name
|
||||
if(column_name == host.ip) then
|
||||
record["column_name"] = ""
|
||||
else
|
||||
record["column_name"] = column_name
|
||||
end
|
||||
|
||||
if value["vlan"] > 0 then
|
||||
record["column_vlan"] = value["vlan"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue