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:
parent
caa773020c
commit
44625b4a76
@ -42,7 +42,7 @@ export default
|
|||||||
label: i18n._('Activity'),
|
label: i18n._('Activity'),
|
||||||
columnClass: 'List-tableCell col-lg-2 col-md-2 hidden-sm hidden-xs',
|
columnClass: 'List-tableCell col-lg-2 col-md-2 hidden-sm hidden-xs',
|
||||||
nosort: true,
|
nosort: true,
|
||||||
//ngInclude: "'/static/partials/job-template-smart-status.html'",
|
ngInclude: "'/static/partials/job-template-smart-status.html'",
|
||||||
type: 'template'
|
type: 'template'
|
||||||
},
|
},
|
||||||
labels: {
|
labels: {
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user