Add table headers and label description to job token permissions section
What does this MR do and why?
In the project -> Settings
-> CI/CD
-> Job token permissions section
, there is a CI/CD job token allowlist
card and table:
![]() |
This MR makes the following changes based on this design:
-
Adds the
Group or project
andAction
headers to the table. Also right-aligns theActions
column. -
Changes the Add group or project form label from
Add group or project
toGroup or project
. -
For the table, changes the group/project links from black color to blue. Also updates the link to use
webUrl
instead of constructing the URL from thefullPath
. -
For the table, fixed the spacing so that the project/group name is vertically centered rather than top-aligned.
Before | After |
---|---|
![]() |
![]() |
How to set up and validate locally
Follow this video guide:
Related to #502302 (closed)
Edited by Daniel Tian