Add runner edit button to group runners lists
What does this MR do and why?
Depends on !80926 (merged)
List of runners in a group can now display a an edit button that takes users to the runner edit form in the relevant group.
Screenshots or screen recordings
before | after |
---|---|
How to set up and validate locally
- Enable group runner in
rails c
Feature.enable(: runner_list_group_view_vue_ui)
- Visit any group with runners e.g.
http://gdk.test:3000/groups/h5bp/h5-subgroup/-/runners
- Confirm the edit button with the pencil is available, and leads to the edit page.
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 #336405 (closed)
Edited by Miguel Rincon