Skip to content

Remove extra borders from escalation policy modal

What does this MR do and why?

This MR removes extra borders from escalation policy modal. It is one part of cleaning the existing UI before introducing multiple escalation policies by removing unnecessary boxes and borders from existing pages.

Fixes: Issue-389833

Screenshots or screen recordings

Before After
before after

How to set up and validate locally

In order to validate this locally the Gitlab instance needs to activated with EE plan.

  1. Visit any project or repository (E.g.: http://127.0.0.1:3000/toolbox/gitlab-smoke-tests)
  2. Click on Monitor tab > Escalation policies from the left sidebar (http://127.0.0.1:3000/toolbox/gitlab-smoke-tests/-/escalation_policies)
  3. Click the Add an escalation policy button.
  4. There shouldn't be any border on the escalation rule box.

MR acceptance checklist

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

Merge request reports