Skip to content

Geo Replicables - Fix failed sync color

Zack Cuddy requested to merge 369902-fix-failed-color into master

What does this MR do and why?

Closes #369902 (closed) Related to #361612 (closed)

This change fixes the bug of using the wrong color when displaying Failed sync replicables.

Important Context

There are 3 different views that are responsible for rendering the Geo Replicables. If you are curious, here is a link to the breakdown of technical approaches and reasoning: &8212 (closed)

What you need to know for this MR is we are only updating the views rendered in Vue. That will be every tab except Projects.

soon Projects will be conformed to "the rest of the tabs"

Screenshots or screen recordings

Before After
Screen_Shot_2022-08-04_at_2.05.11_PM Screen_Shot_2022-08-04_at_2.05.01_PM

How to set up and validate locally

  1. Fetch and checkout this branch on both GDKs.
  2. Setup Geo and access your Secondary GDK (How to setup Geo).
  3. Navigate to the Geo Replicables UI (ex. http://127.0.0.1:3001/admin/geo/replication/projects)
  4. Navigate to a different tab that has failed replicables
  5. Ensure the color is changed correctly

MR acceptance checklist

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

Related to #369902 (closed)

Merge request reports