- Notifications
You must be signed in to change notification settings - Fork1.1k
feat: group provisioners by authentication method#14580
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Parkreiner left a comment• edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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.
So far so good! The UI looks really nice
I can go ahead and approve this now. Would you prefer that I do that, or wait until I get through all the other PRs first?
Uh oh!
There was an error while loading.Please reload this page.
| type, | ||
| provisioners, | ||
| }) => { | ||
| const [provisioner] = provisioners; |
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.
Should there be a check to make sure that theprovisioners array isn't empty, or is that basically guaranteed not to happen?
If there are multiple provisioners, is there anything implied by the order they appear in? As in, is the first provisioner always the "main" one?
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.
currently, it should never be passed an emptyprovisioners array, but I'm gonna refactor this to make it nicer.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
site/src/pages/ManagementSettingsPage/OrganizationProvisionersPageView.stories.tsxShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
site/src/pages/ManagementSettingsPage/OrganizationProvisionersPageView.tsxShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
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.
Going to go ahead and approve
Uh oh!
There was an error while loading.Please reload this page.
Closes#14459