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

metrics.html.haml « environments « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 31041d124e4a318a1e500cccac7ad54b35742d2a (plain)
1
2
3
4
5
6
- add_page_specific_style 'page_bundles/prometheus'

- page_title _("Metrics Dashboard"), @environment.name

.prometheus-container
  #prometheus-graphs{ data: metrics_data(@project, @environment) }