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

_form.html.haml « metrics « prometheus « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a87d81e6325a79f3a6494a97d8b709330c39adb2 (plain)
1
2
3
4
- project = local_assigns.fetch(:project)
- metric = local_assigns.fetch(:metric)

#js-custom-metrics{ data: custom_metrics_data(project, metric) }