mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Merge pull request #11307 from jakemcdermott/default-template-search-labels
Add labels to default template search
This commit is contained in:
commit
229f0d97f9
@ -215,6 +215,10 @@ function TemplateList({ defaultParams }) {
|
||||
name: t`Modified By (Username)`,
|
||||
key: 'modified_by__username__icontains',
|
||||
},
|
||||
{
|
||||
name: t`Label`,
|
||||
key: 'labels__name__icontains',
|
||||
},
|
||||
]}
|
||||
toolbarSearchableKeys={searchableKeys}
|
||||
toolbarRelatedSearchableKeys={relatedSearchableKeys}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user