mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -03:30
removing jobSocket module
This commit is contained in:
parent
cfbab84ed7
commit
826392b2a8
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user