Added snmp href to interface url (#6420)

This commit is contained in:
MatteoBiscosi 2022-03-18 10:05:58 +01:00
parent 67ffb5acbc
commit d4a2eece40

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 = string.format('%s', i18n("snmp.interface_device", {interface=snmp_location.snmp_port_link(port_info), device=cached_dev["host_ip"]}))
idx_name = string.format('%s', i18n("snmp.interface_device", {interface=snmp_location.snmp_port_link(port_info), device=snmp_location.snmp_device_link(cached_dev["host_ip"])}))
end
end