mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Remove beta label from tutorial overview page (#20977)
Many modules are still in beta which made the beta label not very useful in the overview page. This disables the beta label for now. The label is still shown when clicking on module.
This commit is contained in:
parent
b434652452
commit
469c00592f
1 changed files with 2 additions and 1 deletions
|
@ -97,7 +97,8 @@ export class TutorialDirectory extends React.Component {
|
|||
description: tutorialConfig.shortDescription,
|
||||
url: this.props.addBasePath(`#/home/tutorial/${tutorialConfig.id}`),
|
||||
elasticCloud: tutorialConfig.elasticCloud,
|
||||
isBeta: tutorialConfig.isBeta,
|
||||
// Beta label is skipped on the tutorial overview page for now. Too many beta labels.
|
||||
//isBeta: tutorialConfig.isBeta,
|
||||
};
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue