mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Updated format snmp port name function
This commit is contained in:
parent
2eac76d6a7
commit
4b46069727
11 changed files with 20 additions and 43 deletions
|
|
@ -1641,8 +1641,8 @@ end
|
|||
-- #######################
|
||||
|
||||
function printFlowSNMPInfo(snmpdevice, input_idx, output_idx)
|
||||
local inputidx_name = format_portidx_name(snmpdevice, tostring(input_idx))
|
||||
local outputidx_name = format_portidx_name(snmpdevice, tostring(output_idx))
|
||||
local inputidx_name = format_portidx_name(snmpdevice, tostring(input_idx), true)
|
||||
local outputidx_name = format_portidx_name(snmpdevice, tostring(output_idx), true)
|
||||
|
||||
print(
|
||||
"<tr><th rowspan='2'>" .. i18n("details.flow_snmp_localization") .. "</th><th>" .. i18n("flows_page.inIfIdx") ..
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue