mirror of
https://github.com/ansible/awx.git
synced 2026-01-22 15:08:03 -03:30
add label filtering to jobs list in ui
This commit is contained in:
parent
2f9e1be348
commit
861df6c5f3
@ -77,7 +77,14 @@ export default
|
||||
searchValue: 'true',
|
||||
searchOnly: true,
|
||||
nosort: true
|
||||
}
|
||||
},
|
||||
labels: {
|
||||
label: 'Labels',
|
||||
searchOnly: true,
|
||||
searchType: 'related',
|
||||
sourceModel: 'labels',
|
||||
sourceField: 'name'
|
||||
},
|
||||
},
|
||||
|
||||
actions: { },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user