mirror of
https://github.com/ansible/awx.git
synced 2026-02-21 21:20:08 -03:30
fixing sockets for inv stdout page
This commit is contained in:
@@ -13,16 +13,16 @@ export default {
|
|||||||
route: '/inventory_sync/:id',
|
route: '/inventory_sync/:id',
|
||||||
templateUrl: templateUrl('standard-out/inventory-sync/standard-out-inventory-sync'),
|
templateUrl: templateUrl('standard-out/inventory-sync/standard-out-inventory-sync'),
|
||||||
controller: 'JobStdoutController',
|
controller: 'JobStdoutController',
|
||||||
socket: {
|
|
||||||
"groups":{
|
|
||||||
"jobs": ["status_changed"]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
ncyBreadcrumb: {
|
ncyBreadcrumb: {
|
||||||
parent: "jobs",
|
parent: "jobs",
|
||||||
label: "{{ inventory_source_name }}"
|
label: "{{ inventory_source_name }}"
|
||||||
},
|
},
|
||||||
data: {
|
data: {
|
||||||
|
socket: {
|
||||||
|
"groups":{
|
||||||
|
"jobs": ["status_changed"]
|
||||||
|
}
|
||||||
|
},
|
||||||
jobType: 'inventory_updates'
|
jobType: 'inventory_updates'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user