mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -03:30
adding workflow_event group for workflow results page
This commit is contained in:
parent
d882a14d87
commit
f14be79c69
@ -215,6 +215,9 @@ export default
|
||||
if(state.data && state.data.socket && state.data.socket.groups.hasOwnProperty( "ad_hoc_command_events")){
|
||||
state.data.socket.groups.ad_hoc_command_events = [id];
|
||||
}
|
||||
if(state.data && state.data.socket && state.data.socket.groups.hasOwnProperty( "workflow_events")){
|
||||
state.data.socket.groups.workflow_events = [id];
|
||||
}
|
||||
self.subscribe(state);
|
||||
}
|
||||
return true;
|
||||
|
||||
@ -18,11 +18,7 @@ export default {
|
||||
data: {
|
||||
socket: {
|
||||
"groups":{
|
||||
"jobs": ["status_changed", "summary"],
|
||||
// not sure if you're gonna need to use job_events
|
||||
// or if y'all will come up w/ a new socket group specifically
|
||||
// for workflows
|
||||
// "job_events": []
|
||||
"workflow_events": []
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user