diff --git a/awx/ui/src/components/TemplateList/TemplateList.js b/awx/ui/src/components/TemplateList/TemplateList.js index 0b3144bb22..01fef24065 100644 --- a/awx/ui/src/components/TemplateList/TemplateList.js +++ b/awx/ui/src/components/TemplateList/TemplateList.js @@ -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}