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
I totally understand your point. The reason why the Id is in the title and the repositiory + tag is in the subtitle is that an image can have multiple tags.
Swapping Ids and repo tags isn't as trivial as one would assume, because podman returns the repo tags as part of an image.
To make this work one had to flatten the list to build pairs of Ids and repo tags. Podman Desktop does exactly this. But honestly, I don't like this approach, because it somehow hides the fact that two rows can be the same image.
The other simple idea would be to still keep multiple repo tags together but swap title and subtitle. In this way, the title could be multiline.
I'll probably gonna try this and see how it looks.
Describe your feature request
Currently,
hashes
are highlighted forimages
instead ofnames
, whereas forpods
,names
are highlighted overhashes
.Images
Pods
I think it's better to swap places of hashes and image names, as latter is more readable.
The text was updated successfully, but these errors were encountered: