mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:45:26 +00:00
Merge pull request #5532 from VasilisTako/dev
Added vlan alias in all pages (Issue #5527)
This commit is contained in:
commit
eb69bc8369
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