Merge pull request #1282 from ansible/jakemcdermott-patch-1

fix last run job variable reference
This commit is contained in:
Jake McDermott 2018-02-16 16:35:35 -05:00 committed by GitHub
commit ae1167ab15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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