mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-11 05:17:59 +03:00
95ba78f3e8
Previously we tried to use a combination of distro class and version number to produce a correct ordering that was independent of the osinfo short ID. The original intent was to have correct ordering for Windows entries in the virt-manager UI, since the short ID values are all over the place. Nowadays that doesn't really matter, since we weed out old unsupported entries by default. And in the mean time, our current sort method gives some weird results like interspersing silverblue entries with fedora entries. Using a natural/human sort is simpler and handles things pretty well. Change the UI to sort by the OS label too which preserves some of the good behavior of original method Signed-off-by: Cole Robinson <crobinso@redhat.com> |
||
---|---|---|
.. | ||
devices | ||
domain | ||
install | ||
__init__.py | ||
_progresspriv.py | ||
buildconfig.py | ||
capabilities.py | ||
cli.py | ||
cloner.py | ||
connection.py | ||
diskbackend.py | ||
domcapabilities.py | ||
generatename.py | ||
guest.py | ||
logger.py | ||
network.py | ||
nodedev.py | ||
osdict.py | ||
pollhelpers.py | ||
progress.py | ||
snapshot.py | ||
storage.py | ||
support.py | ||
uri.py | ||
virtclone.py | ||
virtinstall.py | ||
virtxml.py | ||
xmlapi.py | ||
xmlbuilder.py | ||
xmlutil.py |