-
Notifications
You must be signed in to change notification settings - Fork 103
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: Allow to show more than 20 cluster #1363
Comments
We introduced this because we experienced rendering issues with large cluster lists. We need to discuss this. |
If this is something that is needed for large projects then we need to look into it. It will not work out-of-the-box as we use a server-side selector for the all project list and we need to look how to do this for projects. Maybe client-side filtering in this case. |
Vuetify recently added support for virtualization on v-data-table. When we upgrade to vue3 / vuetify3 we can hopefully support large amounts of data on a single page. |
As we recently did the migration to vuetify3, we can unblock this issue. |
/assign |
What would you like to be added:
In the gardener project dashboard we would like to see more than 20 clusters on a single page.
Currently the row per page selector, allows you to choose between 5, 10 or 20 clusters.
Would be great if it could also allow 50 and 100 clusters.
Why is this needed:
In our multi cluster scenario we expect around 15 productive landscapes in one project. Each landscape will have at least 2 clusters.
The text was updated successfully, but these errors were encountered: