Enable admin runner read-only runner view
What does this MR do and why?
This MR is blocked by !80380 (merged)
This change enables the runner_read_only_admin_view
feature so
administrators can view the details of their runners.
This read-only view enhances runner admin capabilities by showing more information about a runner that cannot be shown in the current edit view.
Screenshots or screen recordings
How to set up and validate locally
- With some runners added (https://docs.gitlab.com/ee/ci/runners/runners_scope.html)
- Visit
Admin -> Runners
e.g.http://gdk.test:3000/admin/runners
- Visit any Runner e.g.
http://gdk.test:3000/admin/runners/1
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 #350164 (closed)
Edited by Miguel Rincon