Skip to content
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

[RFE] increase rows per page on host queries #5

Open
jbastian opened this issue Sep 10, 2020 · 4 comments
Open

[RFE] increase rows per page on host queries #5

jbastian opened this issue Sep 10, 2020 · 4 comments

Comments

@jbastian
Copy link

Is your feature request related to a problem? Please describe.
When searching for a system in Beaker, the results are limited to 20 rows. This leaves a lot of unused white space (on my monitor at least), and it's painfully slow clicking from one page to the next to look at all the systems.

Describe the solution you'd like
Increase the rows per page and/or make it customizable.

Describe alternatives you've considered
The bkr command line tool can list 1000s of systems, but entering raw hostRequires XML on the command line is not user friendly.

@jbastian
Copy link
Author

Thanks to @wackrat for finding the relevant code:

https://github.com/beaker-project/beaker/blob/beaker-28.0/Server/bkr/server/controllers.py#L300

If we can adjust the limit=20 here, and for the similar queries for "Free" and "Available" and so on, that would be nice.

@StykMartin
Copy link
Contributor

I believe that this change is out of the scope for LTS.

@StykMartin
Copy link
Contributor

So, the code behind it will be irrelevant. However, we will need to get pagination on the new Beaker UI.
@renanrodrigo

@renanrodrigo
Copy link
Member

Doable. PatternMAGICfly even has the components for that.

@StykMartin StykMartin transferred this issue from beaker-project/beaker May 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants