mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
Merge pull request #2044 from jlmitch5/fixInvSourceNotifSearch
fix notifications search on inventory source form tab
This commit is contained in:
commit
e480639699
@ -15,7 +15,7 @@ export default ['NotificationsList', 'i18n', function(NotificationsList, i18n){
|
|||||||
var notifications_object = {
|
var notifications_object = {
|
||||||
name: 'notifications',
|
name: 'notifications',
|
||||||
index: false,
|
index: false,
|
||||||
basePath: "notifications",
|
basePath: "notification_templates",
|
||||||
include: "NotificationsList",
|
include: "NotificationsList",
|
||||||
title: i18n._('Notifications'),
|
title: i18n._('Notifications'),
|
||||||
iterator: 'notification',
|
iterator: 'notification',
|
||||||
|
Loading…
Reference in New Issue
Block a user