mirror of
https://github.com/ansible/awx.git
synced 2026-02-20 20:50:06 -03:30
Updated callback module to delegate to acom_callback_event management command.
This commit is contained in:
@@ -132,7 +132,7 @@ class CredentialAdmin(admin.ModelAdmin):
|
||||
class TeamAdmin(admin.ModelAdmin):
|
||||
|
||||
list_display = ('name', 'description', 'active')
|
||||
filter_horizontal = ('projects', 'users', 'organizations', 'tags')
|
||||
filter_horizontal = ('projects', 'users', 'tags')
|
||||
|
||||
class ProjectAdmin(admin.ModelAdmin):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user