mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 09:57:35 -02:30
Fix infinite reload on dashboard jobs
This commit is contained in:
@@ -96,7 +96,6 @@ export function Home($scope, $compile, $routeParams, $rootScope, $location, $log
|
|||||||
|
|
||||||
var cleanupJobListener =
|
var cleanupJobListener =
|
||||||
$rootScope.$on('DataReceived:JobStatusGraph', function(e, data) {
|
$rootScope.$on('DataReceived:JobStatusGraph', function(e, data) {
|
||||||
$scope.refresh();
|
|
||||||
$scope.graphData.jobStatus = data;
|
$scope.graphData.jobStatus = data;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user