mirror of
https://github.com/ansible/awx.git
synced 2026-03-04 18:21:03 -03:30
adds description-based search to templates list
This commit is contained in:
@@ -153,6 +153,10 @@ function TemplateList({ i18n }) {
|
||||
key: 'name',
|
||||
isDefault: true,
|
||||
},
|
||||
{
|
||||
name: i18n._(t`Description`),
|
||||
key: 'description',
|
||||
},
|
||||
{
|
||||
name: i18n._(t`Type`),
|
||||
key: 'type',
|
||||
|
||||
Reference in New Issue
Block a user