Skip to content

Remove job list in runner Edit page

Miguel Rincon requested to merge 299758-remove-jobs-list-in-runners-edit into master

What does this MR do and why?

This change removes the redundant job list in runner Edit page that is already visible in the runner View page.

Changelog: removed

Related to #299758 (closed)

Why this change?

The Runner view screen already contains a list of jobs:

image

Screenshots or screen recordings

before after
Screen_Shot_2022-04-06_at_4.19.40_PM image

How to set up and validate locally

  1. With at least one runner registered, and after the runner has run one job.
  2. Visit the Admin -> Runners
  3. Verify the list of jobs is present in the runner details (e.g. http://gdk.test:3000/admin/runners/1)
  4. Verify the list of jobs is NOT present in the edit (e.g. http://gdk.test:3000/admin/runners/1/edit)

MR acceptance checklist

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

Edited by Miguel Rincon

Merge request reports