[Metrics UI] Fixing Outbound Traffic metric for Inventory View (#49986)

This commit is contained in:
Chris Cowan 2019-11-07 10:48:59 -08:00 committed by GitHub
parent 349bc12f1e
commit bca4e01cf3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -108,7 +108,7 @@ export const toMetricOpt = (metric: InfraSnapshotMetricType) => {
case InfraSnapshotMetricType.tx:
return {
text: ToolbarTranslations.OutboundTraffic,
value: InfraSnapshotMetricType.rx,
value: InfraSnapshotMetricType.tx,
};
case InfraSnapshotMetricType.logRate:
return {