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:
Michael Abashian 2017-02-08 17:12:30 -05:00 committed by GitHub
commit 32622add2c

View File

@ -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',