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:
parent
6d45dbbeb4
commit
9f6230f7cc
@ -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'
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user