mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 09:20:10 +00:00
29 lines
541 B
C++
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'
|
|
}
|
|
|
|
},
|