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

_pipeline_times.haml « charts « pipelines « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c23fe6ff170ad48e5de298ea6cf1964e4d73ee64 (plain)
1
2
3
4
5
6
7
8
%div
  %p.light
    = _("Commit duration in minutes for last 30 commits")

  %canvas#build_timesChart{ height: 200 }

-# haml-lint:disable InlineJavaScript
%script#pipelinesTimesChartsData{ type: "application/json" }= { :labels => @charts[:pipeline_times].labels, :values => @charts[:pipeline_times].pipeline_times }.to_json.html_safe