mirror of
https://github.com/ansible/awx.git
synced 2026-01-19 21:51:26 -03:30
Add name as default sort field for portal job templates. Fixes https://trello.com/c/AIZfaLVC
This commit is contained in:
parent
ba652b5dd3
commit
987fd4b3e0
@ -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'
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user