mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 07:43:35 -05:00
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