mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 12:41:19 -03:30
Merge pull request #5243 from mabashian/4804-wf-null-inv
Remove prompt for inv/prompt for cred results from the wf editor jt list
This commit is contained in:
commit
32622add2c
@ -102,8 +102,9 @@ angular.module('templates', [surveyMaker.name, templatesList.name, jobTemplatesA
|
||||
job_template_search: {
|
||||
value: {
|
||||
page_size: '5',
|
||||
type: 'job_template',
|
||||
order_by: 'name'
|
||||
order_by: 'name',
|
||||
inventory__isnull: false,
|
||||
credential__isnull: false
|
||||
},
|
||||
squash: true,
|
||||
dynamic: true
|
||||
@ -459,6 +460,7 @@ angular.module('templates', [surveyMaker.name, templatesList.name, jobTemplatesA
|
||||
list.fields.name.columnClass = "col-md-8";
|
||||
list.iterator = 'job_template';
|
||||
list.name = 'job_templates';
|
||||
list.basePath = "job_templates";
|
||||
list.fields.info = {
|
||||
ngInclude: "'/static/partials/job-template-details.html'",
|
||||
type: 'template',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user