Skip to content

Replace v-html with gl-sprintf component in pipeline_stop_modal.vue (#241938)

What does this MR do and why?

In order to remove v-html we can utilize gl-sprintf component from GitLab UI component library.

This MR replaces v-html with gl-sprintf component in app/assets/javascripts/pipelines/components/pipelines_list/pipeline_stop_modal.vue.

Closes #241938 (closed).

Screenshots or screen recordings

Before After
wpa6bY0qV8 6AzrCtW1LO

How to set up and validate locally

  1. Click on 'Stop pipline' button while a pipeline is running.

The popup should open with your pipeline id in bold text.

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 Stanislav Lashmanov

Merge request reports