mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-15 07:48:38 -05:00
AC-997 enable activity stream for non-privileged users.
This commit is contained in:
@@ -45,8 +45,7 @@ angular.module('UserListDefinition', [])
|
||||
stream: {
|
||||
ngClick: "showActivity()",
|
||||
awToolTip: "View Activity Stream",
|
||||
mode: 'all',
|
||||
ngShow: "user_is_superuser"
|
||||
mode: 'all'
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user