mirror of
https://github.com/ansible/awx.git
synced 2026-03-22 11:25:08 -02:30
Update admin code to recent model field renames
This commit is contained in:
@@ -76,7 +76,7 @@ class CredentialAdmin(admin.ModelAdmin):
|
|||||||
class TeamAdmin(admin.ModelAdmin):
|
class TeamAdmin(admin.ModelAdmin):
|
||||||
|
|
||||||
list_display = ('name', 'description', 'active')
|
list_display = ('name', 'description', 'active')
|
||||||
filter_horizontal = ('projects', 'users', 'organization', 'tags')
|
filter_horizontal = ('projects', 'users', 'organizations', 'tags')
|
||||||
|
|
||||||
class ProjectAdmin(admin.ModelAdmin):
|
class ProjectAdmin(admin.ModelAdmin):
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user