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