Merge pull request #5532 from VasilisTako/dev

Added vlan alias in all pages (Issue #5527)
This commit is contained in:
Matteo Biscosi 2021-06-21 09:35:53 +02:00 committed by GitHub
commit eb69bc8369
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View file

@ -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