mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Infra UI: Fixing minor typo (#25005)
Resolves #25007. Outbound traffic is generally denoted with TX, abbreviation for Transmit, instead of RX, abbreviation of Receive. This PR fixes this minor typo.
This commit is contained in:
parent
7d5786c74a
commit
61ba781748
3 changed files with 3 additions and 3 deletions
|
@ -44,7 +44,7 @@ export const containerLayoutCreator: InfraMetricLayoutCreator = theme => [
|
|||
formatterTemplate: '{{value}}/s',
|
||||
},
|
||||
tx: {
|
||||
name: 'Outbound (RX)',
|
||||
name: 'Outbound (TX)',
|
||||
color: theme.eui.euiColorFullShade,
|
||||
formatter: InfraFormatterType.bits,
|
||||
formatterTemplate: '{{value}}/s',
|
||||
|
|
|
@ -46,7 +46,7 @@ export const hostLayoutCreator: InfraMetricLayoutCreator = theme => [
|
|||
formatterTemplate: '{{value}}/s',
|
||||
},
|
||||
tx: {
|
||||
name: 'Outbound (RX)',
|
||||
name: 'Outbound (TX)',
|
||||
color: theme.eui.euiColorFullShade,
|
||||
formatter: InfraFormatterType.bits,
|
||||
formatterTemplate: '{{value}}/s',
|
||||
|
|
|
@ -44,7 +44,7 @@ export const podLayoutCreator: InfraMetricLayoutCreator = theme => [
|
|||
formatterTemplate: '{{value}}/s',
|
||||
},
|
||||
tx: {
|
||||
name: 'Outbound (RX)',
|
||||
name: 'Outbound (TX)',
|
||||
color: theme.eui.euiColorFullShade,
|
||||
formatter: InfraFormatterType.bits,
|
||||
formatterTemplate: '{{value}}/s',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue