Improve breadcrumb links for specific runner
Summary
On the admin page, there are two links within breadcrumb which target different pages, but are named same:
Steps to reproduce
- Go to settings page
Runners
- Edit a runner
What is the current bug behavior?
When you edit a runner the breadcrumb has two links of Runners
:
- First
Runners
targetshttps://mygitlab.xyz/admin/runners
- Second
Runners
targets e.ghttps://mygitlab.xyz/admin/runners/23
What is the expected correct behavior?
There are different labels for both links:
-
Runners
to targethttps://mygitlab.xyz/admin/runners
-
uyiryV7x
to targethttps://mygitlab.xyz/admin/runners/23
(the label should be the token of the runner)
Edited by Kev