Skip to content

Commit

Permalink
add columns definitions to new list fields
Browse files Browse the repository at this point in the history
Signed-off-by: Mohamed Mahmoud <[email protected]>
  • Loading branch information
msherif1234 committed Jan 16, 2024
1 parent 68bf9cb commit a4629d3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions controllers/consoleplugin/config/static-frontend-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -357,13 +357,25 @@ columns:
filter: direction
default: false
width: 10
- id: FlowDirections
name: Directions
tooltip: All the direction of the Flow observed at the Node observation point.
field: FlowDirections
default: false
width: 15
- id: Interface
name: Interface
tooltip: The network interface of the Flow.
field: Interface
filter: interface
default: false
width: 10
- id: Interfaces
name: Interfaces
tooltip: The network interfaces of the Flow.
field: Interfaces
default: false
width: 15
- id: Bytes
name: Bytes
tooltip: The total aggregated number of bytes.
Expand Down

0 comments on commit a4629d3

Please sign in to comment.