mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 07:26:03 -03:30
Fixed activity stream for smart inventory
This commit is contained in:
@@ -215,7 +215,8 @@ angular.module('inventory', [
|
||||
},
|
||||
data: {
|
||||
activityStream: true,
|
||||
activityStreamTarget: 'inventory'
|
||||
activityStreamTarget: 'inventory',
|
||||
activityStreamId: 'smartinventory_id'
|
||||
},
|
||||
resolve: {
|
||||
edit: {
|
||||
|
||||
Reference in New Issue
Block a user