-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
UI identity lists #4655
UI identity lists #4655
Conversation
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.
Had a couple of small comments, but no blockers. Looks great! Thanks for squeezing this in
{{#if item.aliases.length}} | ||
{{pluralize item.aliases.length "alias"}} | ||
{{/if}} | ||
{{else}} |
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.
Oh left that in from groups, can take out the outer if entirely until we land other groups stuff.
<div class="has-text-grey"> | ||
{{item.id}} | ||
</div> | ||
<span class="tag"> {{item.mountType}} </span> |
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.
Did this need spaces between for a reason?
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.
Lol nope, was being hasty - will fix!
This uses the new
key_info
block on identity list endpoints to make the Identity UI (Access > Entities and Access > Groups) nicer to navigate and reason about. Groups now also show a "Parent Groups" tab that lists the groups a group is a member of.Also makes a visual adjustment to the tabs subnav to be closer to the designs.