mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 04:47:44 -02: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:
@@ -102,8 +102,9 @@ angular.module('templates', [surveyMaker.name, templatesList.name, jobTemplatesA
|
|||||||
job_template_search: {
|
job_template_search: {
|
||||||
value: {
|
value: {
|
||||||
page_size: '5',
|
page_size: '5',
|
||||||
type: 'job_template',
|
order_by: 'name',
|
||||||
order_by: 'name'
|
inventory__isnull: false,
|
||||||
|
credential__isnull: false
|
||||||
},
|
},
|
||||||
squash: true,
|
squash: true,
|
||||||
dynamic: true
|
dynamic: true
|
||||||
@@ -459,6 +460,7 @@ angular.module('templates', [surveyMaker.name, templatesList.name, jobTemplatesA
|
|||||||
list.fields.name.columnClass = "col-md-8";
|
list.fields.name.columnClass = "col-md-8";
|
||||||
list.iterator = 'job_template';
|
list.iterator = 'job_template';
|
||||||
list.name = 'job_templates';
|
list.name = 'job_templates';
|
||||||
|
list.basePath = "job_templates";
|
||||||
list.fields.info = {
|
list.fields.info = {
|
||||||
ngInclude: "'/static/partials/job-template-details.html'",
|
ngInclude: "'/static/partials/job-template-details.html'",
|
||||||
type: 'template',
|
type: 'template',
|
||||||
|
|||||||
Reference in New Issue
Block a user