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: c0ac79ed5f891c7bd788ddc07584266eb9e4ec1c (plain)
1
2
3
4
5
6
7
8
%p.light
  = _("Commit duration in minutes for last 30 commits")

%div
  %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