[serve_overview] Show all detectors part of a correction request
Description
It annoyed me for quite some time that serve_overview only shows the latest detector of a given detector job. This PR changes the logic to use requests instead of executions in order to show all reports. Amusingly the code already has some basic logic for multiple reports, but I'm not sure how this could have ever worked.
How Has This Been Tested?
Types of changes
- New feature (non-breaking change which adds functionality)
