mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 19:21:06 -03: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 =
|
||||
$rootScope.$on('DataReceived:JobStatusGraph', function(e, data) {
|
||||
$scope.refresh();
|
||||
$scope.graphData.jobStatus = data;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user