mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 04:47:44 -02:30
Pluralize teams... fixes AC-738
This commit is contained in:
@@ -224,7 +224,7 @@ class DashboardView(APIView):
|
|||||||
'total': user_list.count()}
|
'total': user_list.count()}
|
||||||
data['organizations'] = {'url': reverse('api:organization_list'),
|
data['organizations'] = {'url': reverse('api:organization_list'),
|
||||||
'total': organization_list.count()}
|
'total': organization_list.count()}
|
||||||
data['team'] = {'url': reverse('api:team_list'),
|
data['teams'] = {'url': reverse('api:team_list'),
|
||||||
'total': team_list.count()}
|
'total': team_list.count()}
|
||||||
data['credentials'] = {'url': reverse('api:credential_list'),
|
data['credentials'] = {'url': reverse('api:credential_list'),
|
||||||
'total': credential_list.count()}
|
'total': credential_list.count()}
|
||||||
|
|||||||
Reference in New Issue
Block a user