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:
parent
e080c1f4c2
commit
7782b1ddf4
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user