Better information display on workers list
Refs (in part) https://redmine.teklia.com/issues/8441
When listing worker versions, the "Versions" table should have the following columns, whatever their source (from git repo or just created in DB):
- ID (existing worker version ID, copyable, exactly like now
👍 ) - Version (either display the integer or a
-
when not set) - Tag (as an info label when set, or
-
when not set) - State (using labels exactly like now
👍 ) - Parsed docker image IID, named "Docker image":
- when the image name starts by
registry.gitlab.teklia.com/
, remove from url and display a small Teklia icon instead - display the remainder of the image name in monospace font
- the whole block should be clickable to get the full image name in clipboard
- when the image name starts by
- Created, using a time since display, with real creation date as title
- Actions:
- Simple link (with
target="_blank"
towards revision_url when set), namedGit revision
- Use (when required by the component)
- Simple link (with
Edited by Bastien Abadie