mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Fix label for inactive hosts (hide vlan 0)
This commit is contained in:
parent
0aa9c899df
commit
cf813db892
1 changed files with 1 additions and 1 deletions
|
|
@ -458,7 +458,7 @@ if not is_system_interface then
|
|||
add_inactive_badge(badges)
|
||||
|
||||
hosts[host_key] = {
|
||||
label = host_key,
|
||||
label = hostinfo2hostkey({host=h.host, vlan=h.vlan}),
|
||||
name = host_key,
|
||||
ip = host_key,
|
||||
links = links,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue