mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 11:00:03 -03:30
Add websocket listener to Org > JT list view.
This commit is contained in:
parent
b17c477af7
commit
f1b5bbb1f6
@ -8,6 +8,15 @@ const templatesListTemplate = require('~features/templates/templatesList.view.ht
|
||||
export default {
|
||||
url: "/:organization_id/job_templates",
|
||||
name: 'organizations.job_templates',
|
||||
data: {
|
||||
activityStream: true,
|
||||
activityStreamTarget: 'template',
|
||||
socket: {
|
||||
"groups": {
|
||||
"jobs": ["status_changed"]
|
||||
}
|
||||
}
|
||||
},
|
||||
params: {
|
||||
template_search: {
|
||||
dynamic: true,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user