mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -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:
commit
3f94657cdb
@ -153,6 +153,10 @@ function TemplateList({ i18n }) {
|
||||
key: 'name',
|
||||
isDefault: true,
|
||||
},
|
||||
{
|
||||
name: i18n._(t`Description`),
|
||||
key: 'description',
|
||||
},
|
||||
{
|
||||
name: i18n._(t`Type`),
|
||||
key: 'type',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user