-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Roles] Added optional role description #183145
[Roles] Added optional role description #183145
Conversation
/ci |
2 similar comments
/ci |
/ci |
/ci |
a1fa00f
to
2e458f5
Compare
/ci |
@@ -183,7 +183,6 @@ export class RolesGridPage extends Component<Props, State> { | |||
|
|||
<EuiInMemoryTable | |||
itemId="name" | |||
responsiveBreakpoint={false} |
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.
Without responsive breakpoints looks too dense and sort of broken. See screenshot in the PR description.
cc @legrego to confirm that such UI change would be okay.
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.
Without responsive breakpoints looks too dense and sort of broken. See screenshot in the PR description.
cc @legrego to confirm that such UI change would be okay.
I don't remember why we explicitly disabled this in the past, but I think allowing the responsive breakpoint makes a lot of sense for this screen. I'm happy for you to include this in the PR. Thanks!
Pinging @elastic/kibana-security (Team:Security) |
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.
@elena-shostak Nicely done! I am happy to approve as-is, but curious to first get your thoughts on some of these nits/suggestions.
Also, related...
@slobodanadamovic I noticed that the transport_client
role didn't get a description.
x-pack/plugins/security/public/management/role_combo_box/role_combo_box.tsx
Show resolved
Hide resolved
x-pack/plugins/security/public/management/roles/edit_role/edit_role_page.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/security/public/management/roles/roles_grid/roles_grid_page.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/security/public/management/roles/edit_role/edit_role_page.tsx
Outdated
Show resolved
Hide resolved
@jeramysoucy Oh snap, I missed this one. Thanks for catching it! I will raise a PR to add it. Edit: opened elastic/elasticsearch#108633 |
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.
LGTM! Thanks for the additions!
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
Summary
3. Updated RolesGridPage table responsive setup.
Screen.Recording.2024-05-13.at.18.15.21.mov
Checklist
For maintainers
Fixes: #173570
Release note
Added optional role description field for Save/Edit Role page.