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: 220fc049562bf27af8665019be1afb31d7db11e9 (plain)
1
2
3
4
5
import initDevopAdoption from 'ee_else_ce/admin/dev_ops_report/devops_adoption';
import initDevOpsScoreEmptyState from '~/admin/dev_ops_report/devops_score_empty_state';

initDevOpsScoreEmptyState();
initDevopAdoption();