mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 19:30:39 -03:30
Management jobs don't produce activity stream entries; don't try and show them.
This commit is contained in:
parent
71718ee2eb
commit
17c0293065
@ -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