mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Added vlan alias in all pages (Issue #5527)
This commit is contained in:
parent
f9f05d02db
commit
cb90d49b52
5 changed files with 5 additions and 5 deletions
|
|
@ -1318,7 +1318,7 @@ function hostVisualization(ip, name, vlan)
|
|||
end
|
||||
else
|
||||
if vlan ~= nil and tonumber(vlan) > 0 then
|
||||
name = name.."@"..vlan
|
||||
name = name.."@"..getFullVlanName(vlan)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue