mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-15 15:58:38 -05:00
Update admin code to recent model field renames
This commit is contained in:
+1
-1
@@ -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