mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -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',
|
||||
},
|
||||
{
|
||||
name: i18n._(t`Type`),
|
||||
name: i18n._(t`Notification type`),
|
||||
key: 'or__notification_type',
|
||||
options: [
|
||||
['email', i18n._(t`Email`)],
|
||||
|
||||
Reference in New Issue
Block a user