mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Little bug fix
This commit is contained in:
parent
eb869c517f
commit
f9f05d02db
2 changed files with 2 additions and 3 deletions
|
|
@ -2063,7 +2063,7 @@ end
|
|||
-- ##############################################
|
||||
|
||||
function getFullVlanName(vlan_id)
|
||||
local alias = setVlanAlias(vlan_id)
|
||||
local alias = getVlanAlias(vlan_id)
|
||||
|
||||
if (tostring(alias)) ~= (tostring(vlan_id)) then
|
||||
return string.format("%s [%s]", alias, vlan_id)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue