templates/origin-save: Add a new "Info" column in save requests table
An "Info" button has been added in that new column. When clicking on it, a popover containing various loading task information will be displayed.
For anonymous users, the displayed info are:
- Task type
- Task arguments
- Task scheduling date
- Task start date
- Task termination date
- Task duration
- Task log (with Traceback removed in case of failed task, only the exception is displayed)
For staff users, more internal info and a full Traceback are displayed in case of a failed task.
Below are some screenshots of the result:
Related to #2325 (closed)
Depends on !357 (closed).
Migrated from D3358 (view on Phabricator)