Changed snmp port index description

This commit is contained in:
MatteoBiscosi 2022-03-17 16:30:00 +01:00
parent 307619be2e
commit d034540a47

View file

@ -5039,7 +5039,7 @@ function format_portidx_name(cached_dev, portidx)
port_info["snmp_device_ip"] = cached_dev["host_ip"]
end
idx_name = snmp_location.snmp_port_link(port_info)
idx_name = string.format('%s', i18n("snmp.interface_device", {interface=snmp_location.snmp_port_link(port_info), device=cached_dev["host_ip"]}))
end
end