diff --git a/controllers/consoleplugin/config/static-frontend-config.yaml b/controllers/consoleplugin/config/static-frontend-config.yaml index 2073b7705..84f1854c2 100644 --- a/controllers/consoleplugin/config/static-frontend-config.yaml +++ b/controllers/consoleplugin/config/static-frontend-config.yaml @@ -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 + filter: icmp_code + default: false width: 10 - id: FlowDirection name: Direction @@ -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 @@ -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