mirror of
https://github.com/ansible/awx.git
synced 2026-05-12 03:47:36 -02:30
Add name as default sort field for portal job templates. Fixes https://trello.com/c/AIZfaLVC
This commit is contained in:
@@ -24,6 +24,7 @@ angular.module('PortalJobTemplatesListDefinition', [])
|
|||||||
|
|
||||||
fields: {
|
fields: {
|
||||||
name: {
|
name: {
|
||||||
|
key: true,
|
||||||
label: 'Name',
|
label: 'Name',
|
||||||
columnClass: 'col-lg-5 col-md-5 col-sm-9 col-xs-8'
|
columnClass: 'col-lg-5 col-md-5 col-sm-9 col-xs-8'
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user