Commit bef503c2 authored by Frédéric Caplette's avatar Frédéric Caplette

Merge branch '347412-dismiss-alert' into 'master'

Removes the dismiss button from the pipeline header

See merge request gitlab-org/gitlab!77128
parents ed1096ed e1f8647c
......@@ -212,7 +212,9 @@ export default {
</script>
<template>
<div class="js-pipeline-header-container">
<gl-alert v-if="hasError" :variant="failure.variant">{{ failure.text }}</gl-alert>
<gl-alert v-if="hasError" :variant="failure.variant" :dismissible="false">{{
failure.text
}}</gl-alert>
<ci-header
v-if="shouldRenderContent"
:status="pipeline.detailedStatus"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment