mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
Added activity stream buttons to job template/project schedule states
This commit is contained in:
parent
7eb6fafd72
commit
d5f175546f
@ -22,6 +22,11 @@ export default
|
||||
route: '/job_templates/:id/schedules',
|
||||
templateUrl: templateUrl("scheduler/scheduler"),
|
||||
controller: 'schedulerController',
|
||||
data: {
|
||||
activityStream: true,
|
||||
activityStreamTarget: 'job_template',
|
||||
activityStreamId: 'id'
|
||||
},
|
||||
ncyBreadcrumb: {
|
||||
parent: 'jobTemplates.edit',
|
||||
label: 'SCHEDULES'
|
||||
@ -52,6 +57,11 @@ export default
|
||||
route: '/projects/:id/schedules',
|
||||
templateUrl: templateUrl("scheduler/scheduler"),
|
||||
controller: 'schedulerController',
|
||||
data: {
|
||||
activityStream: true,
|
||||
activityStreamTarget: 'project',
|
||||
activityStreamId: 'id'
|
||||
},
|
||||
ncyBreadcrumb: {
|
||||
parent: 'projects.edit',
|
||||
label: 'SCHEDULES'
|
||||
|
Loading…
Reference in New Issue
Block a user