Add name as default sort field for portal job templates. Fixes https://trello.com/c/AIZfaLVC

This commit is contained in:
Chris Church 2014-12-03 00:52:01 -05:00
parent ba652b5dd3
commit 987fd4b3e0

View File

@ -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'
},