mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 06:56:00 -03:30
Make filter a bit more consistent accross UI
Add `description`, `created_by` and `modified_by` when those fields are available. See: https://github.com/ansible/awx/issues/7410
This commit is contained in:
@@ -104,6 +104,10 @@ function NotificationTemplatesList({ i18n }) {
|
||||
key: 'name',
|
||||
isDefault: true,
|
||||
},
|
||||
{
|
||||
name: i18n._(t`Description`),
|
||||
key: 'description__icontains',
|
||||
},
|
||||
{
|
||||
name: i18n._(t`Type`),
|
||||
key: 'notification_type',
|
||||
|
||||
Reference in New Issue
Block a user