mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 19:30:39 -03:30
Merge pull request #2703 from kialam/fix-2552-org-jt-list-websocket
Fix Organizations TemplateList websockets Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
commit
5f3024d395
@ -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