Commit 7ce5fd34 authored by Bryce Johnson's avatar Bryce Johnson

Re-add has-linked-pipeline flag. [ci-skip]

parent 0fc1a038
...@@ -87,7 +87,11 @@ ...@@ -87,7 +87,11 @@
<ul <ul
v-if="!isLoading" v-if="!isLoading"
class="stage-column-list"> class="stage-column-list"
:class="{
'has-linked-pipelines': hasTriggered || hasTriggeredBy
}"
>
<stage-column-component <stage-column-component
v-for="(stage, index) in graph" v-for="(stage, index) in graph"
:class="{ :class="{
......
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