Update admin deploy keys table to comply with Pajamas design system
requested to merge 334874-convert-table-in-admin-applications-and-admin-deploy-keys-table-to-pajamas-css into master
What does this MR do and why?
Related to #334874 (closed)
Updates CSS classes on table in Admin
-> Deploy keys
to comply with Pajamas design system. This is the MVC but in the future we will convert this table to Vue (#344927 (closed))
Screenshots or screen recordings
Desktop
Before | After |
---|---|
Mobile
Before | After |
---|---|
How to set up and validate locally
- Navigate to
/admin/deploy_keys
and create two deploy tokens. You can use https://8gwifi.org/sshfunctions.jsp to quickly generate a dummy public key. - Navigate to a project and then
Settings
->Repository
->Deploy keys
- Click the
Publicly accessible deploy keys
tab and clickEnable
next to each deploy key. - Navigate to the
Enabled deploy keys
tab. ClickEdit
next to each deploy key and check theGrant write permissions to this key
checkbox - Navigate to
/admin/deploy_keys
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 Peter Hegman