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
commit 3f94657cdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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',