mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Minor changes to snmp port name
This commit is contained in:
parent
fa96e1d03f
commit
6f0a5549f7
1 changed files with 1 additions and 1 deletions
|
|
@ -5026,7 +5026,7 @@ function format_portidx_name(cached_dev, portidx)
|
|||
local idx_name = portidx
|
||||
|
||||
if port_info then
|
||||
idx_name = portidx .. "[" .. shortenString(port_info["name"]) .. "]"
|
||||
idx_name = portidx .. " [" .. shortenString(port_info["name"]) .. "]"
|
||||
end
|
||||
|
||||
return idx_name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue