debian-mirror-gitlab/app/views/projects/pipelines/charts.html.haml
2019-07-07 11:18:12 +05:30

13 lines
322 B
Text

- @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'