mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Adds IN_ and OUT_BYTES to historical flows tables
This commit is contained in:
parent
d6bc2ce91a
commit
96e964b14e
3 changed files with 20 additions and 2 deletions
|
|
@ -1185,7 +1185,23 @@ print [[
|
|||
}
|
||||
},
|
||||
{
|
||||
title: "Traffic",
|
||||
title: "Traffic Sent",
|
||||
field: "IN_BYTES",
|
||||
sortable: true,
|
||||
css: {
|
||||
textAlign: 'right'
|
||||
}
|
||||
},
|
||||
{
|
||||
title: "Traffic Received",
|
||||
field: "OUT_BYTES",
|
||||
sortable: true,
|
||||
css: {
|
||||
textAlign: 'right'
|
||||
}
|
||||
},
|
||||
{
|
||||
title: "Total Traffic",
|
||||
field: "BYTES",
|
||||
sortable: true,
|
||||
css: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue