mirror of
https://github.com/ansible/awx.git
synced 2026-05-06 08:57:35 -02:30
fix last run job variable reference
This commit is contained in:
@@ -138,7 +138,7 @@ function ListTemplatesController(
|
|||||||
return undefined;
|
return undefined;
|
||||||
}
|
}
|
||||||
|
|
||||||
let html = $filter('longDate')(modified);
|
let html = $filter('longDate')(lastJobRun);
|
||||||
|
|
||||||
// TODO: uncomment and update when last job run user is returned by api
|
// TODO: uncomment and update when last job run user is returned by api
|
||||||
// const { username, id } = _.get(template, 'summary_fields.last_job_run_by', {});
|
// const { username, id } = _.get(template, 'summary_fields.last_job_run_by', {});
|
||||||
|
|||||||
Reference in New Issue
Block a user