mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Fixes various interface page minor bugs (#7161)
This commit is contained in:
parent
4072283a75
commit
c2cfe7f9c5
4 changed files with 32 additions and 15 deletions
|
|
@ -15,6 +15,11 @@ const top_snmp_interface = {
|
|||
title: i18n('page_stats.top.top_interfaces'),
|
||||
view: "top_snmp_ifaces",
|
||||
default_sorting_columns: 4,
|
||||
columnDefs: [
|
||||
{ type: "file-size", targets: 1 },
|
||||
{ type: "file-size", targets: 2 },
|
||||
{ type: "file-size", targets: 3 },
|
||||
],
|
||||
f_get_label: (ts_group) => {
|
||||
let source_def_array = ts_group.source_type.source_def_array;
|
||||
let source_label;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue