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

29 lines
541 B
C++

{
title: "Bytes Sent",
field: "column_bytes_sent",
sortable: true,
css: {
textAlign: 'center'
}
},
{
title: "Bytes Received",
field: "column_bytes_rcvd",
sortable: true,
css: {
textAlign: 'center'
}
},
{
title: "Duration",
field: "column_duration",
sortable: true,
css: {
textAlign: 'center'
}
},