mirror of
https://github.com/ansible/awx.git
synced 2026-05-23 08:37:48 -02:30
Change Type to Notification type since this endpoint has both type and notification_type attributes.
This commit is contained in:
@@ -187,7 +187,7 @@ function NotificationList({
|
|||||||
key: 'description__icontains',
|
key: 'description__icontains',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: i18n._(t`Type`),
|
name: i18n._(t`Notification type`),
|
||||||
key: 'or__notification_type',
|
key: 'or__notification_type',
|
||||||
options: [
|
options: [
|
||||||
['email', i18n._(t`Email`)],
|
['email', i18n._(t`Email`)],
|
||||||
|
|||||||
Reference in New Issue
Block a user