Skip to content

Display 'Save code now' request task execution info on admin user demand

Add an info button in a new column of the accepted 'Save code now' requests list available in the admin interface.

By clicking on it, a popover will be displayed while a fetch request will be sent to the backend to get the loading task execution info (if available) associated to the 'Save code now' request.

Once the response of the fetch request is received, task execution info data will be formatted and displayed in a table.

To get a better idea on how it looks, see image and image

Related #1976 (closed)

Depends on !179 (closed)


Migrated from D1937 (view on Phabricator)

Merge request reports