mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-26 10:43:36 -05:00
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