Add Beta icon to Infra tab (#137045)

This commit is contained in:
Miriam 2022-07-25 11:16:13 +01:00 committed by GitHub
parent 51816a0631
commit f055ce2b41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',
}),