We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3d04f3 commit fd38ecfCopy full SHA for fd38ecf
1 file changed
src/ctf_gameserver/web/scoring/views.py
@@ -37,7 +37,7 @@ def scoreboard_json(_):
37
scores = calculations.scores(['team', 'team__user', 'service'],
38
['team__image', 'team__user__username', 'service__name'])
39
statuses = calculations.team_statuses(to_tick, to_tick, only_team_fields=['user_id'])
40
- services = models.Service.objects.all()
+ services = models.Service.objects.all().order_by('name')
41
42
response = {
43
'tick': to_tick,
0 commit comments