mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +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
|
|
@ -260,7 +260,7 @@ for _key, value in ipairs(flows_stats) do -- pairsByValues(vals, funct) do
|
|||
|
||||
record["column_vlan"] = ''
|
||||
if((value["vlan"] ~= nil)) then
|
||||
record["column_vlan"] = value["vlan"]
|
||||
record["column_vlan"] = getFullVlanName(value["vlan"])
|
||||
end
|
||||
|
||||
local column_proto_l4 = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue