mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
Merge pull request #4553 from mabashian/3829-lookup-sort-column
Sort by the name column when the list is a lookup
This commit is contained in:
commit
2afdf35375
@ -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