mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 09:38:10 -03:30
No need to keep inventory list on projects, can just use permissions
This commit is contained in:
@@ -142,7 +142,7 @@ class TeamAdmin(admin.ModelAdmin):
|
||||
class ProjectAdmin(admin.ModelAdmin):
|
||||
|
||||
list_display = ('name', 'description', 'active')
|
||||
filter_horizontal = ('inventories', 'tags')
|
||||
filter_horizontal = ('tags',)
|
||||
|
||||
class PermissionAdmin(admin.ModelAdmin):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user