Fix infinite reload on dashboard jobs

This commit is contained in:
Joe Fiorini 2015-03-06 16:27:30 -05:00
parent 3b01d6ea69
commit 9a20b15d5a

View File

@ -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;
});