Skip to content

Add help text to indicate dashboard limitation

What does this MR do and why?

Add help text to indicate dashboard limitation

Adds a text to the runner fleet dashboard explaining that the metrics are constrained to only instance runners.

Screenshots or screen recordings

image

How to set up and validate locally

  1. In rails console (rails c) enable the feature
Feature.enable(:runners_dashboard)
  1. Visit http://gdk.test:3000/admin/runners/dashboard
    • You must type the URL in your browser, because no page links here yet.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #417444 (closed)

Edited by Miguel Rincon

Merge request reports

Loading