mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 09:38:10 -03:30
Task refactoring, updates to support ssh-agent and responding to password prompts. Needs test for using credentials.
This commit is contained in:
@@ -319,6 +319,7 @@ class JobEventInlineForJob(JobEventInline):
|
||||
class JobAdmin(BaseModelAdmin):
|
||||
|
||||
list_display = ('name', 'job_template', 'project', 'playbook', 'status')
|
||||
list_filter = ('status',)
|
||||
fieldsets = (
|
||||
(None, {'fields': ('name', 'job_template', 'description')}),
|
||||
(_('Job Parameters'), {'fields': ('inventory', 'project', 'playbook',
|
||||
|
||||
Reference in New Issue
Block a user