Redesign Job token permissions section
We have a new design for the Settings
-> CI/CD
-> Job token permissions
section. We need to implement the new design:
Before | After |
---|---|
![]() |
![]() |
Specifically:
-
For the group selector, change
Add group or project
toGroup or project
, and add theChoose a group or project to authorize access into this project
sub-label. Change the width of the dropdown to match the design rather than stretching the entire width of the parent container. -
For the added groups/projects table, remove the additional bottom padding so that each item is centered in its row. Add the
Permissions
column and hard-code each row toDefault (user membership and role)
. We will add the fine-grained permissions in another issue.
Edited by Daniel Tian