show workflow jobs on inventory completed jobs view

This commit is contained in:
Jake McDermott 2018-11-17 14:27:41 -05:00
parent ecbdc55955
commit fed00a18ad
No known key found for this signature in database
GPG Key ID: 9A6F084352C3A0B7

View File

@ -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');