1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

adds description-based search to templates list

This commit is contained in:
John Mitchell 2020-05-05 15:20:21 -04:00
parent e080c1f4c2
commit 7782b1ddf4

View File

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