mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Possible fix for vlan name not working
This commit is contained in:
parent
60139173b3
commit
6a195c741b
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ end
|
|||
local function get_filter_item_label(element, filter_type)
|
||||
local label
|
||||
if (filter_type == filter_types.vlan) then
|
||||
label = ternary(element~=0, getFullVlanName(element, true), i18n('no_vlan'))
|
||||
label = ternary(element~=0, getFullVlanName(element, false), i18n('no_vlan'))
|
||||
elseif (filter_type == filter_types.flow_device) then
|
||||
label = getProbeName(element, false, false)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue