mirror of
https://github.com/ansible/awx.git
synced 2026-03-22 03:17:39 -02:30
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:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user