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

charts.html.haml « pipelines « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4d1d078661d12ad4b04a344d5ed5ca160a8bb3f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- @no_container = true
- page_title _('CI / CD Charts')

%div{ class: container_class }
  #charts.ci-charts
    .row
      .col-md-6
        = render 'projects/pipelines/charts/overall'
      .col-md-6
        = render 'projects/pipelines/charts/pipeline_times'

    %hr
    = render 'projects/pipelines/charts/pipelines'