Merge pull request #6937 from jlmitch5/addDescripToTemplatesList

adds description-based search to templates list

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
softwarefactory-project-zuul[bot]
2020-05-11 18:27:51 +00:00
committed by GitHub

View File

@@ -153,6 +153,10 @@ function TemplateList({ i18n }) {
key: 'name',
isDefault: true,
},
{
name: i18n._(t`Description`),
key: 'description',
},
{
name: i18n._(t`Type`),
key: 'type',