mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-22 02:38:59 +00:00
24 lines
369 B
C++
24 lines
369 B
C++
{
|
|
title: "Breakdown",
|
|
field: "column_breakdown",
|
|
sortable: false,
|
|
css: {
|
|
textAlign: 'center'
|
|
}
|
|
},
|
|
{
|
|
title: "Total Bytes",
|
|
field: "column_bytes",
|
|
sortable: true,
|
|
css: {
|
|
textAlign: 'right'
|
|
}
|
|
}
|
|
]
|
|
});
|
|
</script>
|
|
|
|
|
|
|
|
|
|
|