-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MGMT-19346: Enable 4/5 CPN to Cluster Details Form - 2.14 #2739
base: releases/v2.14-cim
Are you sure you want to change the base?
MGMT-19346: Enable 4/5 CPN to Cluster Details Form - 2.14 #2739
Conversation
@ammont82: This pull request references MGMT-19346 which is a valid jira issue. In response to this: Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: ammont82 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
screenshot please |
@ammont82: This pull request references MGMT-19346 which is a valid jira issue. In response to this: Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
Don't we need a "?" with some explanation text? |
@ammont82: This pull request references MGMT-19346 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
{!isNutanix && ( | ||
<> | ||
<SNOControlGroup versions={versions} highAvailabilityMode={highAvailabilityMode} /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can remove the SNOControlGroup
component now. And any others that this PR renders unused.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need the SNODisclaimer.
I think we can remove this component.
libs/ui-lib/lib/common/components/clusterWizard/clusterDetailsValidation.ts
Show resolved
Hide resolved
{selectedValue ? selectedValue : '3'} | ||
</DropdownToggle> | ||
} | ||
name="controlPlaneAgents" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll take a look
Related to stolostron/console#4146