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

index.js « dev_ops_report « admin « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a94a60af7ffc29f59b2d29da239562e2e9bf091c (plain)
1
2
3
4
5
import initDevOpsScore from '~/analytics/devops_report/devops_score';
import initDevOpsScoreDisabledServicePing from '~/analytics/devops_report/devops_score_disabled_service_ping';

initDevOpsScoreDisabledServicePing();
initDevOpsScore();