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

This commit is contained in:
Chris Cowan 2019-11-13 15:51:55 -05:00 committed by GitHub
parent 1f210a92d2
commit 39132a03ac
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 {