1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 23:51:09 +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',
isDefault: true,
},
{
name: i18n._(t`Description`),
key: 'description',
},
{
name: i18n._(t`Type`),
key: 'type',