mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-13 14:32:55 +00:00
39 lines
No EOL
824 B
C++
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> |