mitchell852 commented on a change in pull request #5183:
URL: https://github.com/apache/trafficcontrol/pull/5183#discussion_r514601645
##########
File path:
traffic_portal/app/src/common/modules/table/jobs/TableJobsController.js
##########
@@ -80,8 +80,6 @@ var TableJobsController = function(tableName, jobs,
$document, $scope, $state, $
x.expires = new Date(x.startTime.getTime() +
ttl*3600*1000);
});
- $scope.jobs = jobs;
Review comment:
yeah, this is unrelated to this PR but i didn't want to create a whole
new PR for it. this shadow variable seems to do no harm to the jobs table but
it should be removed imo.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]