mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Changed snmp port index description
This commit is contained in:
parent
307619be2e
commit
d034540a47
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue