You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have a lot of users on your system, when looking at a Queue in the admin view it the select element for Hosts isn't very usable.
To reproduce
On a system with a lot of users (100+?), and at least 1 queue, login to ROHQ as to /admin as admin and select Queues
Select a Queue by ID it shows a Hosts select box with a ton of users.
This makes it hard to see who the Host(s) are if there's more than one.
We should look into replacing this with some other type of element. It looks like there's two built in that could work to make it more obvious who are selected. I believe this is the same thing used on the Groups page.
If you have a lot of users on your system, when looking at a Queue in the admin view it the select element for Hosts isn't very usable.
To reproduce
This makes it hard to see who the Host(s) are if there's more than one.
We should look into replacing this with some other type of element. It looks like there's two built in that could work to make it more obvious who are selected. I believe this is the same thing used on the Groups page.
https://docs.djangoproject.com/en/dev/ref/contrib/admin/#django.contrib.admin.ModelAdmin.filter_horizontal
The text was updated successfully, but these errors were encountered: