mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19: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
|
|
@ -319,7 +319,7 @@ for _key, _value in pairsByKeys(vals, funct) do
|
|||
end
|
||||
|
||||
if value["vlan"] > 0 then
|
||||
record["column_vlan"] = value["vlan"]
|
||||
record["column_vlan"] = getFullVlanName(value["vlan"])
|
||||
end
|
||||
|
||||
record["column_since"] = secondsToTime(now-value["seen.first"] + 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue