mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 20:00:43 -03: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:
parent
be63b3e0b3
commit
6d45dbbeb4
@ -24,7 +24,8 @@ angular.module('CustomInventoryListDefinition', [])
|
||||
|
||||
fields: {
|
||||
name: {
|
||||
//key: true,
|
||||
key: true,
|
||||
noLink: true,
|
||||
label: 'Name',
|
||||
columnClass: 'col-md-3 col-sm-9 col-xs-9',
|
||||
modalColumnClass: 'col-md-8'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user