mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Add Beta icon to Infra tab (#137045)
This commit is contained in:
parent
51816a0631
commit
f055ce2b41
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ function useTabs({ selectedTab }: { selectedTab: Tab['key'] }) {
|
|||
path: { serviceName },
|
||||
query,
|
||||
}),
|
||||
append: <BetaBadge />,
|
||||
append: <BetaBadge icon="beaker" />,
|
||||
label: i18n.translate('xpack.apm.home.infraTabLabel', {
|
||||
defaultMessage: 'Infrastructure',
|
||||
}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue