mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 00:08:44 -03:30
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, {
|
const searchParam = _.assign($stateParams.job_search, {
|
||||||
or__job__inventory: inventoryId,
|
or__job__inventory: inventoryId,
|
||||||
or__adhoccommand__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');
|
const searchPath = GetBasePath('unified_jobs');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user