Welcome to mirror list, hosted at ThFree Co, Russian Federation.

linked_graph_wrapper.vue « graph_shared « components « pipelines « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fb2280d971abf121bfe75e8612ef46204f32ab83 (plain)
1
2
3
4
5
6
7
<template>
  <div class="gl-display-flex">
    <slot name="upstream"></slot>
    <slot name="main"></slot>
    <slot name="downstream"></slot>
  </div>
</template>