UpstreamDataInc / goosebit

A simplistic, opinionated remote update server implementing hawkBit™'s DDI API.
https://goosebit.rtfd.io
Apache License 2.0
18 stars 5 forks source link

Not all software entries are listed in "Update Mode" dropdown #136

Closed easybe closed 1 month ago

easybe commented 2 months ago

When configuring a device, only a few software entries can be selected when there are a lot of entries in the DB (resulting in paging). The same goes for the "Software" dropdown in the rollout creation dialog.

We have to come up with a solution that scales. Perhaps add a filter/search field?

In the meantime, simply showing the newest entries would help.

b-rowan commented 2 months ago

I think we can just apply a smaller version of the software datatable in the modal and use that for selection, since we already scale that pretty well (to my understanding).