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:
parent
e080c1f4c2
commit
7782b1ddf4
@ -153,6 +153,10 @@ function TemplateList({ i18n }) {
|
||||
key: 'name',
|
||||
isDefault: true,
|
||||
},
|
||||
{
|
||||
name: i18n._(t`Description`),
|
||||
key: 'description',
|
||||
},
|
||||
{
|
||||
name: i18n._(t`Type`),
|
||||
key: 'type',
|
||||
|
Loading…
Reference in New Issue
Block a user