Remove job list in runner Edit page
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:
Screenshots or screen recordings
before | after |
---|---|
How to set up and validate locally
- With at least one runner registered, and after the runner has run one job.
- Visit the Admin -> Runners
- Verify the list of jobs is present in the runner details (e.g. http://gdk.test:3000/admin/runners/1)
- 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.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Miguel Rincon