Minor changes to snmp port name

This commit is contained in:
MatteoBiscosi 2022-03-15 15:50:19 +01:00
parent fa96e1d03f
commit 6f0a5549f7

View file

@ -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