mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02:30
Default sort by w/ no link
set key and noLink to true, which will force the list to have a default sort-by, but will not force the list to contain any links
This commit is contained in:
@@ -24,7 +24,8 @@ angular.module('CustomInventoryListDefinition', [])
|
|||||||
|
|
||||||
fields: {
|
fields: {
|
||||||
name: {
|
name: {
|
||||||
//key: true,
|
key: true,
|
||||||
|
noLink: true,
|
||||||
label: 'Name',
|
label: 'Name',
|
||||||
columnClass: 'col-md-3 col-sm-9 col-xs-9',
|
columnClass: 'col-md-3 col-sm-9 col-xs-9',
|
||||||
modalColumnClass: 'col-md-8'
|
modalColumnClass: 'col-md-8'
|
||||||
|
|||||||
Reference in New Issue
Block a user