[ML] Hide Exclude frozen data tier option in Transforms creation page#166622
[ML] Hide Exclude frozen data tier option in Transforms creation page#166622qn895 merged 8 commits intoelastic:mainfrom
Conversation
… hide exclude frozen tier
|
Pinging @elastic/ml-ui (:ml) |
| const unmountAppCallback = renderApp(element, appDependencies, isServerless); | ||
| const enabledFeatures: TransformEnabledFeatures = { | ||
| showNodeInfo: !isServerless, | ||
| showFrozenDataTierChoice: !isServerless, |
There was a problem hiding this comment.
I've followed your lead with these variable names in my ML PR.
but I'm wondering about whether we actually need two separate variables for this.
Is tier info not the same as node info?
The flag is to control whether or not we mention or show any info relating to nodes, and tiers are collections of nodes.
peteharverson
left a comment
There was a problem hiding this comment.
Tested (Serverless - Search and Observability, and Stateful) and LGTM
|
@elasticmachine merge upstream |
|
@elasticmachine merge upstream |
|
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: cc @qn895 |
Summary
This PR hides Exclude frozen data tier option in Transforms creation page and updates the isServerless context to provide list of enabled features instead.
Screen.Recording.2023-09-18.at.08.40.43.mov
Checklist
Delete any items that are not applicable to this PR.
Risk Matrix
Delete this section if it is not applicable to this PR.
Before closing this PR, invite QA, stakeholders, and other developers to identify risks that should be tested prior to the change/feature release.
When forming the risk matrix, consider some of the following examples and how they may potentially impact the change:
For maintainers