mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Fixes shorten string on in/out exporter interface
This commit is contained in:
parent
a27edb7c2d
commit
204590723c
2 changed files with 3 additions and 3 deletions
|
|
@ -714,7 +714,7 @@ local function dt_format_snmp_interface(interface, flow)
|
|||
local value = interface
|
||||
|
||||
if tostring(interface) ~= "0" and not isEmptyString(exporter) then
|
||||
label = format_portidx_name(exporter, tostring(interface))
|
||||
label = format_portidx_name(exporter, tostring(interface), false, false)
|
||||
value = exporter .. "_" .. tostring(interface)
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue