Merge pull request #1644 from jaredevantabor/activity-stream-fixes

Activity stream fixes
This commit is contained in:
Jake McDermott
2018-05-01 19:34:41 -04:00
committed by GitHub
3 changed files with 4 additions and 3 deletions

View File

@@ -169,8 +169,7 @@ function JobsRun ($stateRegistry) {
url: '/jobz/:type/:id?job_event_search',
route: '/jobz/:type/:id?job_event_search',
data: {
activityStream: true,
activityStreamTarget: 'jobs'
activityStream: false,
},
views: {
'@': {