ntopng/httpdocs/inc/flows_stats_bottom.inc
2015-04-30 12:22:35 +02:00

40 lines
681 B
C++

{
title: "Breakdown",
field: "column_breakdown",
sortable: false,
css: {
textAlign: 'center'
}
},
{
title: "Actual Thpt",
field: "column_thpt",
sortable: true,
css: {
textAlign: 'right'
}
},
{
title: "Total Bytes",
field: "column_bytes",
sortable: true,
css: {
textAlign: 'right'
}
},
{
title: "Info",
field: "column_info",
sortable: true,
css: {
textAlign: 'left'
}
}
]
});
</script>