mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Removed VLAN tag in hosts and flows tables when the table contains a VLAN id (redundant info)
This commit is contained in:
parent
593543f14a
commit
9e121cfbb5
3 changed files with 21 additions and 12 deletions
|
|
@ -230,7 +230,7 @@ for _key, _value in pairsByKeys(vals, funct) do
|
|||
print ("\"column_ip\" : \"<A HREF='")
|
||||
url = ntop.getHttpPrefix().."/lua/host_details.lua?" ..hostinfo2url(hosts_stats[key])
|
||||
print(url .. "'>")
|
||||
print(mapOS2Icon(key))
|
||||
print(mapOS2Icon(stripVlan(key)))
|
||||
print(" </A> ")
|
||||
|
||||
if(value["systemhost"] == true) then print(" <i class='fa fa-flag'></i>") end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue