Fancy delete ML results
Depends https://gitlab.com/teklia/arkindex/backend/-/issues/1509
Refs https://gitlab.com/teklia/requests/-/issues/839
We now need to display potential model version & worker configuration to delete precisely ML results.
We should replace the select in the modal by a full table with columns:
- worker version
- model version
- configuration
- Actions (basically just delete)
A button on each line would allow user to call DestroyWorkerResults
with selected filters.