1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 06:51:10 +03:00

Portal job templates default sort by

Added 'noLink' option to the list view for the portal job templates, so that the list has a default sort-by option but does not contain links to other pages.
This commit is contained in:
Jared Tabor 2014-12-08 13:34:50 -05:00
parent 6d45dbbeb4
commit 9f6230f7cc

View File

@ -25,6 +25,7 @@ angular.module('PortalJobTemplatesListDefinition', [])
fields: {
name: {
key: true,
noLink: true,
label: 'Name',
columnClass: 'col-lg-5 col-md-5 col-sm-9 col-xs-8'
},