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

39 lines
No EOL
824 B
C++

{
title: "Flows Count",
field: "column_count",
sortable: true,
css: {
textAlign: 'center'
}
},
{
title: "Active Since",
field: "column_duration",
sortable: true,
css: {
textAlign: 'center'
}
},
{
title: "Traffic Sent",
field: "column_bytes_sent",
sortable: true,
css: {
textAlign: 'right'
}
},
{
title: "Traffic Rcvd",
field: "column_bytes_rcvd",
sortable: true,
css: {
textAlign: 'right'
}
}
]
});
</script>