Skip to content

Commit

Permalink
Update web/src/components/netflow-traffic.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Amogh Rameshappa Devapura <aramesha@redhat.com>
  • Loading branch information
jpinsonneau and Amoghrd authored Feb 27, 2025
1 parent 412ac8f commit ce6c08c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/netflow-traffic.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ export const NetflowTraffic: React.FC<NetflowTrafficProps> = ({
(isPktDrop() || !fd.id.startsWith('pkt_drop_')) &&
(isFlowRTT() || fd.id !== 'time_flow_rtt') &&
(isUdn() || fd.id !== 'udns') &&
(isPktXlat() || fd.id.startsWith('xlat_')) &&
(isPktXlat() || !fd.id.startsWith('xlat_')) &&
(isNetEvents() || fd.id !== 'network_events') &&
(!isPromOnly() || checkFilterAvailable(fd, model.config.promLabels))
);
Expand Down

0 comments on commit ce6c08c

Please sign in to comment.