Update Deployment Details page banners
What does this MR do and why?
- Replace
md
illustrations withsm
according to documentation - Replace old illustration with the new one
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Before | After |
---|---|
How to set up and validate locally
-
Create a project and add the following
.gitlab-ci.yaml
filestages: - deploy image: alpine:latest deploy-prod: stage: deploy script: - sleep 10 - echo "deploying prod" environment: name: production url: postgres://example.com when: manual deploy-staging: stage: deploy script: - echo "deploying staging" environment: name: staging url: https://example.com when: manual
-
Run the pipeline to create an environment and deployments.
-
Enable the feature flag
deployment_details_page
-
Locate your deployment on Operate -> Environments -> Production
-
Click on the status badge to open the Deployment details page
-
Verify the empty states.
-
Simulate CE or a license under premium to verify the specific empty state for this case.
Edited by Julia Miocene