mirror of
https://github.com/ntop/ntopng.git
synced 2026-08-20 13:53:30 +00:00
Added various fixes to networks view including the ability to visualize per-network graphs Local hosts dumps (before purging) are now handled properly again.
35 lines
No EOL
722 B
PHP
35 lines
No EOL
722 B
PHP
{
|
|
title: "Breakdown",
|
|
field: "column_breakdown",
|
|
sortable: false,
|
|
css: {
|
|
textAlign: 'center'
|
|
}
|
|
},
|
|
{
|
|
title: "Throughput",
|
|
field: "column_thpt",
|
|
sortable: true,
|
|
css: {
|
|
textAlign: 'right'
|
|
}
|
|
},
|
|
{
|
|
title: "Traffic",
|
|
field: "column_traffic",
|
|
sortable: true,
|
|
css: {
|
|
textAlign: 'right'
|
|
}
|
|
}
|
|
]
|
|
});
|
|
|
|
|
|
</script>
|
|
|
|
|
|
NOTE: In case you have defined overlapping networks:<ol>
|
|
<li>You will see both network entries in the above table.
|
|
<li>The broader network will not include hosts defined in smaller networks.
|
|
</ol> |