mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 06:56:00 -03:30
Sort by the name column when the list is a lookup
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user