Fixes missing name from interfaces (#9803)

This commit is contained in:
Matteo Biscosi 2025-11-06 14:12:25 +01:00
parent 56ae9647bf
commit 648359686d
2 changed files with 11 additions and 1 deletions

View file

@ -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,