mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 17:28:51 -03:30
Add description to the list of default search keys on workflow approvals list
This commit is contained in:
@@ -174,6 +174,10 @@ function WorkflowApprovalsList({ i18n }) {
|
|||||||
key: 'name__icontains',
|
key: 'name__icontains',
|
||||||
isDefault: true,
|
isDefault: true,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: i18n._(t`Description`),
|
||||||
|
key: 'description__icontains',
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
toolbarSearchableKeys={searchableKeys}
|
toolbarSearchableKeys={searchableKeys}
|
||||||
toolbarRelatedSearchableKeys={relatedSearchableKeys}
|
toolbarRelatedSearchableKeys={relatedSearchableKeys}
|
||||||
|
|||||||
Reference in New Issue
Block a user