Create user worker runs
Depends backend#1634 (closed)
Refs https://redmine.teklia.com/issues/4471
A user with verified email should be able to create user worker runs, when using the page from #1313 (closed) . A new creation button must be available in the top-right corner of that page, and display a new modal.
The modal form should allow the user to:
- pick a worker version using existing component (like in process creation)
- hit a nice create button
No need to expose configuration nor model usage for now, it was never requested by fake_worker_run
django command.
Once the worker run is created, do not close the modal, but display the worker run ID in a success notification. The list of user worker runs must also be updated: the new worker run should appear at top of the list.