mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 02:47:36 -02:30
Added variable data field and resource on inventory. Updated inventory script to output inventory variables for the 'all' group.
This commit is contained in:
@@ -81,7 +81,8 @@ class InventoryAdmin(BaseModelAdmin):
|
||||
list_display = ('name', 'organization', 'description', 'active')
|
||||
list_filter = ('organization', 'active')
|
||||
fieldsets = (
|
||||
(None, {'fields': (('name', 'active'), 'organization', 'description',)}),
|
||||
(None, {'fields': (('name', 'active'), 'organization', 'description',
|
||||
'variables')}),
|
||||
(_('Tags'), {'fields': ('tags',)}),
|
||||
(_('Audit'), {'fields': ('created', 'created_by',)}),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user