mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
show workflow jobs on inventory completed jobs view
This commit is contained in:
parent
ecbdc55955
commit
fed00a18ad
@ -50,7 +50,9 @@ export default {
|
||||
const searchParam = _.assign($stateParams.job_search, {
|
||||
or__job__inventory: inventoryId,
|
||||
or__adhoccommand__inventory: inventoryId,
|
||||
or__inventoryupdate__inventory_source__inventory: inventoryId });
|
||||
or__inventoryupdate__inventory_source__inventory: inventoryId,
|
||||
or__workflowjob__inventory: inventoryId,
|
||||
});
|
||||
|
||||
const searchPath = GetBasePath('unified_jobs');
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user