Add Linux logo for runner platforms
What does this MR do and why?
This change adds the Linux logo in the runner creation form and increases the size of all images in that form.
Implements a logo design at: #383139[Runner-registration-page.png] (the AWS option was removed to simplify the current workflow)
Screenshots or screen recordings
before | after |
---|---|
How to set up and validate locally
- Enable the feature:
Feature.enable(:create_runner_workflow_for_admin)
inrails c
. - Visit Admin > Runners
- Select New instance runner to visit then
/new
page (example URL http://gdk.test:3000/admin/runners/new)
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #390423
Edited by Miguel Rincon