mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-17 07:48:39 -05:00
Inventory refactor: fixed activity stream display on inventory edit page.
This commit is contained in:
@@ -59,7 +59,7 @@ angular.module('InventoryGroupsDefinition', [])
|
||||
ngClick: "refreshGroups()"
|
||||
},
|
||||
stream: {
|
||||
ngClick: "showActivity()",
|
||||
ngClick: "showGroupActivity()",
|
||||
awToolTip: "View Activity Stream",
|
||||
mode: 'all',
|
||||
ngShow: "user_is_superuser"
|
||||
|
||||
Reference in New Issue
Block a user