mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 09:27:36 -02:30
adds description-based search to templates list
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user