From eeeea8ad88130b6db6e8849556c78a96889ca83a Mon Sep 17 00:00:00 2001 From: jaredevantabor Date: Mon, 21 Nov 2016 13:30:23 -0800 Subject: [PATCH] fixing sockets for inv stdout page --- .../standard-out-inventory-sync.route.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/awx/ui/client/src/standard-out/inventory-sync/standard-out-inventory-sync.route.js b/awx/ui/client/src/standard-out/inventory-sync/standard-out-inventory-sync.route.js index 3cff062144..942d435bb0 100644 --- a/awx/ui/client/src/standard-out/inventory-sync/standard-out-inventory-sync.route.js +++ b/awx/ui/client/src/standard-out/inventory-sync/standard-out-inventory-sync.route.js @@ -13,16 +13,16 @@ export default { route: '/inventory_sync/:id', templateUrl: templateUrl('standard-out/inventory-sync/standard-out-inventory-sync'), controller: 'JobStdoutController', - socket: { - "groups":{ - "jobs": ["status_changed"] - } - }, ncyBreadcrumb: { parent: "jobs", label: "{{ inventory_source_name }}" }, data: { + socket: { + "groups":{ + "jobs": ["status_changed"] + } + }, jobType: 'inventory_updates' } };