mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 23:16:01 -03:30
Merge pull request #11307 from jakemcdermott/default-template-search-labels
Add labels to default template search
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user