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