mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 20:00:43 -03:30
Merge pull request #3564 from wenottingham/paranormal-activity-stream
Management jobs don't produce activity stream entries; don't try and show them Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
commit
c508dc7d83
@ -13,8 +13,7 @@ export default {
|
||||
templateUrl: templateUrl('management-jobs/card/card'),
|
||||
controller: 'managementJobsCardController',
|
||||
data: {
|
||||
activityStream: true,
|
||||
activityStreamTarget: 'job'
|
||||
activityStream: false,
|
||||
},
|
||||
ncyBreadcrumb: {
|
||||
label: N_('MANAGEMENT JOBS')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user