mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 19:21:06 -03: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: {
|
||||
name: {
|
||||
key: true,
|
||||
label: 'Name',
|
||||
columnClass: 'col-lg-5 col-md-5 col-sm-9 col-xs-8'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user