mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 03:01:06 -03:30
Merge pull request #6937 from jlmitch5/addDescripToTemplatesList
adds description-based search to templates list Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
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