mirror of
https://github.com/ansible/awx.git
synced 2026-02-19 04:00:06 -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',
|
||||
isDefault: true,
|
||||
},
|
||||
{
|
||||
name: i18n._(t`Description`),
|
||||
key: 'description__icontains',
|
||||
},
|
||||
]}
|
||||
toolbarSearchableKeys={searchableKeys}
|
||||
toolbarRelatedSearchableKeys={relatedSearchableKeys}
|
||||
|
||||
Reference in New Issue
Block a user