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

_bar.html.haml « peek « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8914bfab3363da0eeace169abcba2a4cf9a8e332 (plain)
1
2
3
4
5
6
7
- return unless performance_bar_enabled?

#js-peek{ data: { env: Peek.env,
         request_id: peek_request_id,
         stats_url: ENV.fetch('GITLAB_PERFORMANCE_BAR_STATS_URL', ''),
         peek_url: "#{peek_routes_path}/results" },
         class: Peek.env }