mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 06:51:10 +03:00
fix last run job variable reference
This commit is contained in:
parent
2c71a27630
commit
5b5411fecd
@ -138,7 +138,7 @@ function ListTemplatesController(
|
||||
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
|
||||
// const { username, id } = _.get(template, 'summary_fields.last_job_run_by', {});
|
||||
|
Loading…
Reference in New Issue
Block a user