mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-05 15:41:49 -05:00
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