mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Removed href to port (#6420)
This commit is contained in:
parent
b3047c42a1
commit
38d9133e0b
1 changed files with 1 additions and 1 deletions
|
|
@ -5042,7 +5042,7 @@ function format_portidx_name(cached_dev, portidx, short_version)
|
|||
if short_version then
|
||||
idx_name = string.format('%s [%s]', port_info["index"], port_info["name"])
|
||||
else
|
||||
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"])}))
|
||||
idx_name = string.format('%s', i18n("snmp.interface_device", {interface=snmp_location.snmp_port_link(port_info, true), device=snmp_location.snmp_device_link(cached_dev["host_ip"])}))
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue