mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Sort by the name column when the list is a lookup
This commit is contained in:
parent
947616b336
commit
36149b3c15
@ -510,7 +510,7 @@ export default ['$location', '$compile', '$rootScope', 'Attr', 'Icon',
|
||||
collection="${list.name}"
|
||||
dataset="${list.iterator}_dataset"
|
||||
column-sort
|
||||
column-field="${name}"
|
||||
column-field="name"
|
||||
column-iterator="${list.iterator}"
|
||||
column-no-sort="${list.fields.name.nosort}"
|
||||
column-label="${list.fields.name.label}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user