From 826392b2a80ed77ebf4f2ee421febf5b405d4ecd Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Fri, 1 Jul 2016 13:42:52 -0700 Subject: [PATCH] removing jobSocket module --- .../src/job-detail/host-summary/host-summary.controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/job-detail/host-summary/host-summary.controller.js b/awx/ui/client/src/job-detail/host-summary/host-summary.controller.js index 903554617f..89d5572e8a 100644 --- a/awx/ui/client/src/job-detail/host-summary/host-summary.controller.js +++ b/awx/ui/client/src/job-detail/host-summary/host-summary.controller.js @@ -5,7 +5,7 @@ *************************************************/ export default - ['$scope', '$rootScope', '$stateParams', 'Wait', 'JobDetailService', 'jobSocket', 'DrawGraph', function($scope, $rootScope, $stateParams, Wait, JobDetailService, jobSocket, DrawGraph){ + ['$scope', '$rootScope', '$stateParams', 'Wait', 'JobDetailService', 'DrawGraph', function($scope, $rootScope, $stateParams, Wait, JobDetailService, DrawGraph){ var page_size = 200; $scope.loading = $scope.hosts.length > 0 ? false : true;