Fixes jobs' page activity stream link, and remove AS button on job results page

This commit is contained in:
Jared Tabor 2018-05-01 15:36:47 -07:00
parent a79632968c
commit a840ec4089
No known key found for this signature in database
GPG Key ID: 1B343EC4C3CF7E5C
2 changed files with 3 additions and 2 deletions

View File

@ -22,6 +22,8 @@ export default {
}
},
data: {
activityStream: true,
activityStreamTarget: 'job',
socket: {
groups: {
jobs: ['status_changed'],

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: {
'@': {