mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Remove square brakets in search results
This commit is contained in:
parent
945249f474
commit
bfa2fbda5f
1 changed files with 2 additions and 2 deletions
|
|
@ -213,7 +213,7 @@ if not hosts_only then
|
|||
|
||||
local title = i18n("snmp.snmp_interface_x", { interface = shortenString(snmp_utils.get_snmp_interface_label({index = snmp_port_idx, name = snmp_port_name}))})
|
||||
|
||||
title = title .. " [" .. snmp_utils.get_snmp_device_label(snmp_device_ip) .. "]"
|
||||
title = title .. " · " .. snmp_utils.get_snmp_device_label(snmp_device_ip)
|
||||
|
||||
local links = {}
|
||||
add_snmp_interface_link(links, snmp_device_ip, snmp_port_idx)
|
||||
|
|
@ -247,7 +247,7 @@ if not hosts_only then
|
|||
|
||||
local title = i18n("snmp.snmp_interface_x", { interface = shortenString(snmp_utils.get_snmp_interface_label({index = snmp_port_idx, name = snmp_port_name}))})
|
||||
|
||||
title = title .. " [" .. snmp_utils.get_snmp_device_label(snmp_device_ip) .. "]"
|
||||
title = title .. " · " .. snmp_utils.get_snmp_device_label(snmp_device_ip)
|
||||
|
||||
local links = {}
|
||||
add_snmp_interface_link(links, snmp_device_ip, snmp_port_idx)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue