mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 15:06:02 -03:30
Merge pull request #229 from mabashian/7403-smart-inv-activity-stream
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