Skip to content

Commit

Permalink
fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
jpinsonneau committed Nov 9, 2023
1 parent 10c8bad commit 8e129fb
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions controllers/consoleplugin/config/static-frontend-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -340,15 +340,15 @@ columns:
tooltip: The type of the ICMP message
field: IcmpType
filter: icmp_type
default: true
default: false
width: 10
- id: IcmpCode
group: ICMP
name: Code
tooltip: The code of the ICMP message
field: IcmpCode
quickFilter: icmp_code
default: true
default: false
width: 10
- id: FlowDirection
name: Direction
Expand Down Expand Up @@ -412,6 +412,8 @@ columns:
group: DNS
name: DNS Latency
tooltip: Time elapsed between DNS request and response.
field: DnsLatencyMs
filter: dns_latency
default: true
width: 5
- id: DNSResponseCode
Expand Down Expand Up @@ -703,10 +705,6 @@ filters:
component: text
placeholder: 'E.g: br-ex, ovn-k8s-mp0'
hint: Specify a network interface.
- id: dscp
name: DSCP value
component: number
hint: Specify a Differentiated Services Code Point value as integer number.
- id: id
name: Conversation Id
component: text
Expand Down

0 comments on commit 8e129fb

Please sign in to comment.