Skip to content

Commit

Permalink
Add per-direction packets/bytes in historical flows table
Browse files Browse the repository at this point in the history
  • Loading branch information
cardigliano committed Feb 21, 2025
1 parent 5bfdb2b commit 0be4c25
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions httpdocs/tables_config/flow_historical.json
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,48 @@
"no-wrap"
]
},
{
"title_i18n": "traffic_labels.srv2cli_bytes",
"data_field": "cli2srv_bytes",
"sortable": true,
"min-width": "90px",
"style": "text-align:right;",
"class": [
"no-wrap"
]
},
{
"title_i18n": "traffic_labels.srv2cli_bytes",
"data_field": "srv2cli_bytes",
"sortable": true,
"min-width": "90px",
"style": "text-align:right;",
"class": [
"no-wrap"
]
},
{
"title_i18n": "traffic_labels.cli2srv_packets",
"data_field": "cli2srv_packets",
"sortable": true,
"min-width": "80px",
"render_type": "full_number",
"style": "text-align:right;",
"class": [
"no-wrap"
]
},
{
"title_i18n": "traffic_labels.srv2cli_packets",
"data_field": "srv2cli_packets",
"sortable": true,
"min-width": "80px",
"render_type": "full_number",
"style": "text-align:right;",
"class": [
"no-wrap"
]
},
{
"title_i18n": "db_search.src2dst_dscp",
"data_field": "src2dst_dscp",
Expand Down

0 comments on commit 0be4c25

Please sign in to comment.