Skip to content

Update LDAP group link cards to use Pajamas card components

Anton Smith requested to merge pajamas/ldap-group-links into master

What does this MR do and why?

Closes #367127 (closed) and #367108 (closed)

Changes LDAP group link cards to the Pajamas card component.

Screenshots or screen recordings

Issue URL Before After Notes
#367127 (closed) https://gdk.test:3443/admin/groups/<group> image Screenshot_2023-03-22_at_10.27.35_AM
#367108 (closed) https://gdk.test:3443/groups/<group>/-/ldap_group_links image image See [1]

[1]: The card header originally had padding-top:6px;padding-bottom:6px; however we don't have a utility class for this.gl-py-2 computes to 4px and gl-py-3 computes to 8px. I've gone with the latter, so the card header height is slightly more than the original.

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Setup GDK with LDAP
  2. Create some group links via CN in a test group
  3. Navigate to the links in the table above to validate the changes

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Anton Smith

Merge request reports