mirror of
https://github.com/ansible/awx.git
synced 2026-03-19 01:47:31 -02:30
do not filter out JTs with null credentials
This commit is contained in:
@@ -381,8 +381,7 @@ angular.module('templates', [surveyMaker.name, templatesList.name, jobTemplates.
|
||||
value: {
|
||||
page_size: '5',
|
||||
order_by: 'name',
|
||||
inventory__isnull: false,
|
||||
credential__isnull: false
|
||||
inventory__isnull: false
|
||||
},
|
||||
squash: false,
|
||||
dynamic: true
|
||||
|
||||
Reference in New Issue
Block a user