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
2 changed files with 3 additions and 2 deletions

View File

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

View File

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