cockpit-project / cockpit-ostree

Cockpit component for managing software updates for OSTree based systems
GNU Lesser General Public License v2.1
26 stars 17 forks source link

Dropdown contains all architectures; should be limited to current arch only #23

Open garrett opened 5 years ago

garrett commented 5 years ago

The dropdown should be filtered to the compatible architectures only.

It's probably correct to show only the currently booted arch, as ostrees don't have 32-bit support typically (even though it should be possible).

Here's a screenshot (it's so huge it flows off the page, which is another problem):

Screenshot_2019-07-25 Software Updates - Rain

garrett commented 5 years ago

For reference, here's the complete list I see:

garrett commented 5 years ago

A filtered list would look like:

It would be pretty nifty to split out the version and branch too (instead of listing all the permutations), but I guess these are probably just string identifiers.

Switching versions or from silverblue to atomic-host or coreos might be successful, but switching architectures would always fail.