Update runners empty state
requested to merge 410602-update-the-runner-empty-state-create-runner-action-in-groups-and-admin-area-to-support-the into master
What does this MR do and why?
This change updates the text and link users see when no runners have been registered in their instance or group.
When users have access to the creation or legacy registration, additional links are provided to allow them to add their own runners.
Changelog: changed
Screenshots or screen recordings
Before | After | After (no permissions) |
---|---|---|
How to set up and validate locally
With access to create runners
- Login as admin.
- Visit a group with no runners, in my GDK I visited http://gdk.test:3000/groups/flightjs/-/runners.
With no access to create runners
- Login as an auditor
- You may use a user in your GDK e.g.
<user>
- Visit
http://gdk.test:3000/admin/users/<user>/edit
and set their "Access level" to auditor - Impersonate the user
- You may use a user in your GDK e.g.
- Visit the same group with no runners, in my GDK I visited http://gdk.test:3000/groups/flightjs/-/runners.
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 #410602 (closed)
Edited by Miguel Rincon