Skip to content

Fix the alignment on agent activity events list

What does this MR do and why?

The MR fixes UI issues on the agent activity events list:

  • The date should be aligned with the previous section.
  • The icon and title should be aligned with the text below.
  • The description should have the correct font size and color, according to the design.

Link to the design: https://www.figma.com/file/4LWQH8cwxMSwWlXmIxWNqu/Agent-integration-status-check-page?node-id=2777%3A28134

Screenshots or screen recordings

Before After
Screenshot_2022-09-19_at_15.03.44 Screenshot_2022-09-20_at_21.04.50

How to set up and validate locally

  1. Visit Project -> Infrastructure -> Kubernetes clusters
  2. Select Connect cluster
  3. Create an agent from the modal
  4. Select agent's name to navigate to the agent's page
  5. Verify the Agent activity events list view
  6. You can create new tokens for the agent to see more events in the list

To validate using GitPod you'll need to enable KAS:

  1. Go to the gitlab-development-kit folder
  2. Change the gdk.yml file to add the following lines:
gitlab_k8s_agent:
  enabled: true
  1. Install Bazel using Bazelisk
  2. Run gdk reconfigure and gdk restart

MR acceptance checklist

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

Review progress:

Related to #373081 (closed)

Edited by Anna Vovchenko

Merge request reports