1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 01:21:21 +03:00

Turn smart status back on. This will throw a js error for workflow rows until recent_jobs are added as a summary_field to workflows

This commit is contained in:
Michael Abashian 2016-11-10 18:03:35 -05:00
parent caa773020c
commit 44625b4a76
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ export default
label: i18n._('Activity'),
columnClass: 'List-tableCell col-lg-2 col-md-2 hidden-sm hidden-xs',
nosort: true,
//ngInclude: "'/static/partials/job-template-smart-status.html'",
ngInclude: "'/static/partials/job-template-smart-status.html'",
type: 'template'
},
labels: {

View File

@ -1 +1 @@
<aw-smart-status jobs="job_template.summary_fields.recent_jobs"></aw-smart-status>
<aw-smart-status jobs="template.summary_fields.recent_jobs"></aw-smart-status>