ntopng/httpdocs/inc/network_stats_bottom.inc
Luca Deri df38dee87d Removed old legacy code
Added various fixes to networks view including the ability to visualize per-network graphs
Local hosts dumps (before purging) are now handled properly again.
2015-08-08 15:30:04 +02:00

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>