mirror of
https://github.com/ansible/awx.git
synced 2026-02-16 18:50:04 -03:30
removing jobSocket module
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
*************************************************/
|
*************************************************/
|
||||||
|
|
||||||
export default
|
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;
|
var page_size = 200;
|
||||||
$scope.loading = $scope.hosts.length > 0 ? false : true;
|
$scope.loading = $scope.hosts.length > 0 ? false : true;
|
||||||
|
|||||||
Reference in New Issue
Block a user