diff --git a/awx/ui_next/src/components/JobList/JobList.jsx b/awx/ui_next/src/components/JobList/JobList.jsx index ad4f094204..07702628c3 100644 --- a/awx/ui_next/src/components/JobList/JobList.jsx +++ b/awx/ui_next/src/components/JobList/JobList.jsx @@ -235,7 +235,10 @@ function JobList({ defaultParams, showTypeColumn = false }) { { + item.name = `${item.id} - ${item.name}`; + return item; + })} pluralizedItemName={t`Jobs`} cannotDelete={item => isJobRunning(item.status) ||