File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed
x-pack/solutions/observability/plugins
serverless_observability/public Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -91,6 +91,14 @@ function createNavTree({ streamsAvailable }: { streamsAvailable?: boolean }) {
9191 ? [
9292 {
9393 link : 'streams' as const ,
94+ withBadge : true ,
95+ badgeOptions : {
96+ icon : 'beaker' ,
97+ tooltip : i18n . translate ( 'xpack.observability.obltNav.streamsBadgeTooltip' , {
98+ defaultMessage :
99+ 'This functionality is experimental and not supported. It may change or be removed at any time.' ,
100+ } ) ,
101+ } ,
94102 } ,
95103 ]
96104 : [ ] ) ,
Original file line number Diff line number Diff line change @@ -85,6 +85,17 @@ export const createNavigationTree = ({
8585 ? [
8686 {
8787 link : 'streams' as const ,
88+ withBadge : true ,
89+ badgeOptions : {
90+ icon : 'beaker' ,
91+ tooltip : i18n . translate (
92+ 'xpack.serverlessObservability.nav.streamsBadgeTooltip' ,
93+ {
94+ defaultMessage :
95+ 'This functionality is experimental and not supported. It may change or be removed at any time.' ,
96+ }
97+ ) ,
98+ } ,
8899 } ,
89100 ]
90101 : [ ] ) ,
You canβt perform that action at this time.
0 commit comments