-
Notifications
You must be signed in to change notification settings - Fork 90
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
In Add users to group, only the first 10 can be viewed or selected #2077
Comments
Hi @damians-filigran 👋 Thank you for reporting. @RomuDeuxfois was there any reason why it was made that way ? |
None, it is surely a restriction on the front side that must be lifted. My 2 cents on the dev side: we have an atomic component which is not yet used everywhere. It should be improved and used everywhere to align behavior. |
In order to fix this issue, pagination was added. |
Yes green light on my side 🟢, thank you @RomuDeuxfois 👍 |
Description
As an admin, I would like to be able to select all of my users in OpenBAS and add them to a default group. However, OpenBAS only shows the first 10 users, and there is no way to scroll or paginate across to any more. I can search or use tags to select others, however.
Environment
Reproducible Steps
Steps to create the smallest reproducible scenario:
Expected Output
Expect to be able to scroll down to the entire list that match the default (all), or search/tag filter
Actual Output
You can only select the first 10, and cannot scroll/paginate to other
Additional information
Screenshots (optional)
The text was updated successfully, but these errors were encountered: