Skip to content

Commit

Permalink
[Metrics UI] Fixing Outbound Traffic metric for Inventory View (elast…
Browse files Browse the repository at this point in the history
  • Loading branch information
simianhacker authored Nov 13, 2019
1 parent 1f210a9 commit 39132a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 39132a0

Please sign in to comment.