mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 07:43:35 -05:00
show workflow jobs on inventory completed jobs view
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user