mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 17:30:11 +00:00
Fixes missing name from interfaces (#9803)
This commit is contained in:
parent
56ae9647bf
commit
648359686d
2 changed files with 11 additions and 1 deletions
|
|
@ -109,6 +109,16 @@ local columns = {
|
|||
generateLink = generateExporterInterfaceLink
|
||||
}
|
||||
},
|
||||
out_iface_index2 = {
|
||||
column_id = "OUTPUT_SNMP",
|
||||
filters = "OUTPUT_SNMP",
|
||||
is_key = true,
|
||||
formatter = {
|
||||
funct = format_portidx_name,
|
||||
column_dependent = "out_device",
|
||||
generateLink = generateExporterInterfaceLink
|
||||
}
|
||||
},
|
||||
interface = {
|
||||
formatter = {
|
||||
funct = format_portidx_name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue