mirror of
https://github.com/ansible/awx.git
synced 2026-03-04 10:11:05 -03:30
another fix for organizations.job-templates sortin & smart status
This commit is contained in:
@@ -298,7 +298,9 @@ export default [{
|
|||||||
list.searchSize = "col-lg-12 col-md-12 col-sm-12 col-xs-12";
|
list.searchSize = "col-lg-12 col-md-12 col-sm-12 col-xs-12";
|
||||||
list.iterator = 'job_template';
|
list.iterator = 'job_template';
|
||||||
list.name = 'job_templates';
|
list.name = 'job_templates';
|
||||||
|
list.basePath = "job_templates";
|
||||||
list.fields.type.ngBind = "job_template.type_label";
|
list.fields.type.ngBind = "job_template.type_label";
|
||||||
|
list.fields.smart_status.ngInclude = "'/static/partials/organizations-job-template-smart-status.html'";
|
||||||
return list;
|
return list;
|
||||||
}],
|
}],
|
||||||
OrgJobTemplateDataset: ['OrgJobTemplateList', 'QuerySet', '$stateParams', 'GetBasePath',
|
OrgJobTemplateDataset: ['OrgJobTemplateList', 'QuerySet', '$stateParams', 'GetBasePath',
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
<aw-smart-status jobs="job_template.summary_fields.recent_jobs"></aw-smart-status>
|
||||||
Reference in New Issue
Block a user