mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-02 12:51:48 -05:00
tests and optimizations for UJT list with non-joblet recent_jobs
This commit is contained in:
@@ -26,7 +26,7 @@ export default ['$scope', '$filter', 'i18n',
|
||||
const finished = $filter('longDate')(job.finished) || job.status+"";
|
||||
|
||||
// We now get the job type of recent jobs associated with a JT
|
||||
if (job.type === 'workflow job') {
|
||||
if (job.type === 'workflow_job') {
|
||||
detailsBaseUrl = '/#/workflows/';
|
||||
} else if (job.type === 'job') {
|
||||
detailsBaseUrl = '/#/jobs/playbook/';
|
||||
|
||||
Reference in New Issue
Block a user