mirror of
https://github.com/ansible/awx.git
synced 2026-03-08 21:19:26 -02:30
add label filtering to jobs list in ui
This commit is contained in:
@@ -77,7 +77,14 @@ export default
|
||||
searchValue: 'true',
|
||||
searchOnly: true,
|
||||
nosort: true
|
||||
}
|
||||
},
|
||||
labels: {
|
||||
label: 'Labels',
|
||||
searchOnly: true,
|
||||
searchType: 'related',
|
||||
sourceModel: 'labels',
|
||||
sourceField: 'name'
|
||||
},
|
||||
},
|
||||
|
||||
actions: { },
|
||||
|
||||
Reference in New Issue
Block a user