mirror of
https://github.com/ansible/awx.git
synced 2026-04-09 03:59:21 -02:30
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:
@@ -25,6 +25,7 @@ angular.module('PortalJobTemplatesListDefinition', [])
|
|||||||
fields: {
|
fields: {
|
||||||
name: {
|
name: {
|
||||||
key: true,
|
key: true,
|
||||||
|
noLink: true,
|
||||||
label: 'Name',
|
label: 'Name',
|
||||||
columnClass: 'col-lg-5 col-md-5 col-sm-9 col-xs-8'
|
columnClass: 'col-lg-5 col-md-5 col-sm-9 col-xs-8'
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user