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: a5dbd1b1532fd3cc01453d65f72c5358c9c53ea9 (plain)
1
2
3
4
5
6
7
8
9
10
- content_for :page_specific_javascripts do
  = webpack_bundle_tag('pipelines_times')

%div
  %p.light
    = _("Commit duration in minutes for last 30 commits")

  %canvas#build_timesChart{ height: 200 }

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