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 committed Nov 11, 2019
1 parent bf37b9d commit 0115748
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 0115748

Please sign in to comment.