mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
[APM] Removing operations tab from labs (#146582)
Relates to https://github.com/elastic/kibana/issues/145537. Removing operations tab from Labs.
This commit is contained in:
parent
998c5b21a1
commit
f8849c56bd
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ export const uiSettings: Record<string, UiSettings> = {
|
|||
value: true,
|
||||
requiresPageReload: true,
|
||||
type: 'boolean',
|
||||
showInLabs: true,
|
||||
showInLabs: false,
|
||||
},
|
||||
[apmLabsButton]: {
|
||||
category: [observabilityFeatureId],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue