UI: Improve multi OS display #205
@ -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]:
|
||||
|
Loading…
Reference in New Issue
Block a user