Adds IN_ and OUT_BYTES to historical flows tables

This commit is contained in:
Simone Mainardi 2016-06-15 15:57:37 +02:00
parent d6bc2ce91a
commit 96e964b14e
3 changed files with 20 additions and 2 deletions

View file

@ -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: {