mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 13:11:19 -03:30
Fix infinite reload on dashboard jobs
This commit is contained in:
parent
3b01d6ea69
commit
9a20b15d5a
@ -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;
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user