UI: Improve multi OS display #205

Merged
Oleg-Komarov merged 40 commits from ui/multi-os into main 2024-07-16 07:24:07 +02:00
Showing only changes of commit 127e7176c7 - Show all commits

View File

@ -831,7 +831,7 @@ class Version(CreatedModifiedMixin, TrackChangesMixin, models.Model):
'size': file.size_bytes,
'url': self.get_download_url(file),
}
for platform_slug, file in platform_slug2file.items()
for platform_slug, file in sorted(platform_slug2file.items())
]
def get_build_list(self) -> List[dict]: