mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 23:17:32 -02:30
Fixes jobs' page activity stream link, and remove AS button on job results page
This commit is contained in:
@@ -22,6 +22,8 @@ export default {
|
||||
}
|
||||
},
|
||||
data: {
|
||||
activityStream: true,
|
||||
activityStreamTarget: 'job',
|
||||
socket: {
|
||||
groups: {
|
||||
jobs: ['status_changed'],
|
||||
|
||||
@@ -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: {
|
||||
'@': {
|
||||
|
||||
Reference in New Issue
Block a user